Setting up bot
Guide of how to set up bot for the first time
1- Setting up config.js
Config.js is the file which gives you option to control over your bot, like enabling/disabling features, customizing preferences and more...
Setting up general bot informations:
Here you can pass owner IDs (developers team members IDs) so you can access to OWNER Commands Also you can add your support server invite URL for buttons
Setting up prefix commands:
Here you can enable or disable prefix commands as you want, also you can setup the global bot prefix
Setting up Slash Commands:
Property | Type | Description |
---|---|---|
| Boolean | Whether the Slash Commands are enabled or not (set it to |
| Boolean | Whether the Context Menus are enabled or not (set it to |
| Boolean | Whether the Slash Commands should be globally registered or not (set it to |
| String | Guild ID where interactions should be registered [**here you should try your slash command for the first itme**] |
Global slash commands can take up to 1 hour to be shown across all guilds
Last updated