-
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 ID
on 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