-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Haven't set up the bot yet? Check out Setting up the bot first!
You will need Devoloper Mode to setup, If you already have devoloper mode enabled on discord you can continue, if you don't then here's how you can enable it. Go to your discord settings -> Advanced -> Enable "Devoloper Mode" you're done!
Once you run the setup.py file it will ask you for some things and once you provide them it will set it up for you! If you want to do it manually, you can read below.
WARNING: We recommend using setup.py, though it's completely your choice. You can read below to get to know how to do it manually and read above to get to know how you can do it with our script.
Open the .env
file
First is the token, you need to again go to the Discord Developer Portal and go to the "Bot" section and click "Copy" under "Click to Reveal Token
" and paste it after the "TOKEN="
Here you can configure the prefix, enter whatever prefix you want for your bot.
If you already have devoloper mode enabled on discord you can continue, if you don't then here's how you can enable it. Go to your discord settings -> Advanced -> Enable "Devoloper Mode" you're done!
Right click on your Member role and click "Copy ID" then paste it after MEMBER_ROLE=
. This role is used for permissions.
Right click on Moderator role and click on "Copy ID" then paste it after MODERATOR_ROLE=
. This role is used for moderation commands.
Right click on your Adminstrator role and click "Copy ID" then paste it after ADMIN_ROLE=
. This role has access to all of the bots command. Make sure only the people you trust have this role.