Skip to content

Configuration

ItsNeil edited this page Nov 9, 2021 · 7 revisions

Haven't set up the bot yet? Check out Setting up the bot first!

Opening ENV

Open the .env file

Token

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 " Image and paste it after the "TOKEN="

Prefix

Here you can configure the prefix, enter whatever prefix you want for your bot.

Devoloper mode

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!

Member role

Right click on your Member role and click "Copy ID" then paste it after MEMBER_ROLE=. This role is used for permissions.

Moderator role

Right click on Moderator role and click on "Copy ID" then paste it after MODERATOR_ROLE=. This role is used for moderation commands.

Admin role

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.

Clone this wiki locally