Discord Integration
Everything related to Discord from the Config
Last updated
Everything related to Discord from the Config
Last updated
HOW TO CREATE A DISCORD BOT?
Go to: discord.com/developers/ and log in with your Discord account.
Click on the βNew Applicationβ button.
Give the application a name and click βCreateβ.
Navigate to the βBotβ tab to configure it. Add the permissions you want, permissions related to role detection are paramount.
Copy the token using the βCopyβ button.
It should be worth noting that this token is essentially your botβs password. You should never share this with someone else. In doing so, someone can log in to your bot and do malicious things, such as leaving servers, ban all members inside a server, or pinging everyone maliciously.
The possibilities are endless, so do not share this token.
If you accidentally leaked your token, click the βRegenerateβ button as soon as possible. This revokes your old token and re-generates a new one. Now you need to use the new token to login.
This token must be copied into your multicharacter config
.
What do I put in guild =
? There you enter the ID of your discord server where the guest bot is. Right click on your discord channel and click copy ID, note that you must have the developer mode of your discord account activated.
What do I put in groupId =
in the Slots configuration? There you should put the ID of the range you want the bot to use to give that number of slots. Go to your server's role configuration and right click and copy the ID of the rank you want.