Global error listener
How would I make a listener that checks for any slash command error and returns a reply?
Solution:Jump to solution
```ts
@ApplyOptions<Listener.Options>({
name: "CoreChatInputCommandError",
event: "chatInputCommandError"
})...
3 Replies