-
Notifications
You must be signed in to change notification settings - Fork 291
Creating a discord bot & getting a token
Creating a bot in discord is stupid easy, first you need to go to here and click "New Application"
Now give your bot a name and a picture, a description isn't necessary.
Click "Create Application". On the next page scroll down until you see "Create a bot user", click that. Also click yes do it.
Now you can get your bots token, In the app bot user section there is a "click to reveal button", click it.
There's your token! Now its time to invite your bot to your server. Don't worry about your bot being started for this next step. Change the client_id to your Client ID under App Details, then go to this url
https://discordapp.com/oauth2/authorize?&client_id=157730590492196864&scope=bot&permissions=0
Now select your sever, then click authorize.
That's it! Now you can start your bot and enjoy chatting!