commandkit
commandkit copied to clipboard
Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
I have this if statement in a critical event in my bot which is used to lockdown posting tweets to a specific channel and tagging the bot in a message....
Allow reloading the changes without restarting the bot when possible
Would love to see seperate handler paths for buttons, selectmenus, modalsubmits, contextmenus and autocompletes. With the filenames corresponding to the custom ids off those components. e.g.
Utilize `INTERACTION_CREATE` event for ButtonKit instead of using collector. This allows developers to resume listener without having to set timeout. But this raises a question, should we keep current implementation...
This will warn users of duplicate command names and give the respective locations of the files. I tested this code in a simple test environment in JS, so it may...
Are all type of Events working? I'm trying to create an messageReactionAdd event listener and its not responding.
Currently, we cannot edit the logging and built-in validation messages. `✅ Loaded 1 global commands.` `❌ Only developers can use this command` Make it so we can customize it with...
As I was learning about the project, I stumbled across 5 files with broken links that pointed towards 404 pages of the documentation. These are: - `CommandKit.ts` at [packages/commandkit/src/CommandKit.ts](https://github.com/underctrl-io/commandkit/blob/next/packages/commandkit/src/CommandKit.ts) on...
My new commands stopped being registering. Old commands work if ran. My bulk register option is set to true in my commandkit config (if that helps) It doesn't even show...
I wanna have a welcome bot. But I dont know how guildMembersAdd works