Get discord bot - lushdog/discord-qbit GitHub Wiki
Get discord bot
Thanks to requestrr for the tutorial
Discord Developer Portal, once you've logged in, create an application:
#1 Go to the#2 Now copy the client Id found here(for step 7):
#3 Now go back in the developer portal and create a bot for the application:
Enable the following two presence intent settings
#4 Now copy the bot token
config.json
here:
#5 Then paste it in "clientToken": "your bot token"
#6 Now create a new Discord server that you'll invite the bot to, go on Discord and then do this
#7 Now authorize bot
Open https://discordapp.com/oauth2/authorize?&client_id=YOURCLIENTID&scope=bot&permissions=522304
.
Simply replace YOURCLIENTID by the client id we made earlier.
Make sure to give the bot the following permissions:
Read Messages
Embed Links
Read Message History
Use External Emojis
Send Messages
Manage Messages
Mention @everyone
Add Reactions