You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Anders Øen Fylling edited this page Feb 12, 2019
·
7 revisions
To get your bot up and running you must create a Discord application and retrieve your Client ID and Token. This tutorial will guide you through the mentioned Discord process.
1. Log into discordapp.com and navigate to developer portal
2. Click the "New Application" button to the right
3. Name you application/bot whatever you'd like
4. Navigate to the "bot" section, in the menu to the left
5. Click the "add bot" button to the right
6. Confirm you want to go through with your action (it's okay)
7. You can now find your bot token (click copy and save it somewhere)
This token is what you use in the BotToken field of disgord.Config
8. Go back to the first page, "General Information", and copy your client ID
9. Add the bot to your server/guild, or send this link to a friend so they can add it (only the owner can add it)
Note! you must replace {{client.id}} in the following URL, with your client ID from step 8