- Slash: The folder to store your slash commands.
- Prefix: The folder to store your prefix commands.
- Context: The folder to store your context commands.
- Buttons: The folder to store all of your Discord button response code.
- Menus: The folder to store all of your Discord dropdown menu response code.
- Modals: The folder to store all of your Discord modal response code.
- The folder to store all of your events that do different things based on the event you are using. (DO NOT TOUCH INTERACTIONS FOLDER)
- The folder with utilities to make your coding life easier, like logs, etc.
- The folder where the slash, prefix, and context commands are made possible.
- Rename
EXAMPLE.jsontoconfig.json. - Fill out the token in
config.jsonor runnpm run configin your terminal. - Do not share your Bot Token.
- If you have any bugs or questions, reach out to me via Discord at @s3dking.
| Config Name | What to put |
|---|---|
| token | Bot token from discord developer portal |
| devguildID | The guild id for your bots dev server ( for the dev property ) |
| cmdLogChannel | The channel id of where you want to log when commands are used |
| blacklistedUserIds | The people that are not allowed to use your bot |
| prefix | the prefix of your bot e.g. !ping |