This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Making New Application Bot
MGalaCyber1274 edited this page Oct 30, 2022
·
2 revisions
- I suggest downloading the template handler in the Releases column, to avoid bugs
- First, go to Discord Developer Portal
- Then, create
New Application
- Then, go to
BOT
menu, and clickADD BOT
button, and clickYes, Do it!
- For add bot avatar, click the circle profile, and upload the image for avatar bot, then click
Save Changes
- Scroll down and enable three option like this, and click
Save Changes
- Scroll up again and click
Reset Token
and clickYes Do it!
Then paste your bot token to the module of the command handler
- Now go to
OAuth2 > URL Generator
and choise option like image below. For Permission you can custom with Calculator Permission. Then copy the invite url and paste to browser and invite bot to your discord server.
- ⚠ Never share your tokens or api keys publicly
- Create and Modify
.env
and fill out the values:
TOKEN="discord-bot-token"
MONGO_URI="your-mongoose-databases"
- And then config other variables in
settings/config.json