-
Notifications
You must be signed in to change notification settings - Fork 2
Create a DiscordBOT
callFEELD edited this page Aug 10, 2017
·
2 revisions
To create a Discord Bot go on their Developer Site (https://discordapp.com/developers/) and log in with your Discord Account.
Then click on the navigation "My Apps" (Applications -> My Apps) Create a new App. Give your Bot a name (example: logs.tf) and other data (icon, description) if you like. Then confirm your input.
Then there is a popup ("You can bundle a Bot User with your app to interact with users in a more conversational manner. This action is irreversible. Learn more about bot users."). Click on "Create a Bot User".
Then you get a cool new box with important information. Check the box "Public Bot" if you want to. Look for the Token, you will need this token later to connect the python code with your bot.