creating-bot.md
March 16, 2022 ยท View on GitHub
-
Create an application at the Developer Portal https://discordapp.com/developers/applications
-
Add a 'Bot User' using the settings pane on the left. Take note of
CLIENT IDon this page. -
Use the BOT PERMISSIONS tab to compute a Permissions Int
-
Invite the bot to a server filling in the
<information>below.
Client ID and Permissions come from previous steps.
https://discordapp.com/oauth2/authorize?client_id=<CLIENT_ID>&scope=bot&permissions=<PERMISSIONS>
- You are ready to run the examples