Bot Creation
First, we need to create the application then the Discord bot itself
- Go to discord's application dashboard and click on
New Application
. You may have to log in! - Give the application a name under
App Name
then in the bottom right clickCreate Application
. - You should now see your new application. Next, under
App Details
click onCreate a bot user
. - Click
Yes, do it
on the confirmation screen. - Under
App Bot User
find "Token" and copy it.
Danger
This token is private, and if you lose it you'll have to regenerate another one. Keep in mind anyone who has it can do whatever they wants with your bot!
Now that it's created, let's invite it to our guild:
- Find the
Client ID
at the top of the page. - Replace the
X
's with the client ID in this URL:https://discord.com/api/oauth2/authorize?client_id=XXXXXXXXXXXXXXXXXX&permissions=8&scope=bot%20applications.commands
Tip
You can give this link to anyone, so they can invite your bot to their server!
- Simply click the changed link, follow the information, and your bot should join your server in the next seconds!
Go to the next page, where you'll see how to load it through DiSky & Skript!