FAQ - SecondThundeR/ghosty GitHub Wiki
Getting started with Discord bot
Bot creation
- Go to Discord Developers page and login with your Discord account
- When you are redirected to the application page, click the "New Application" button in the upper right corner and enter new name of your bot
Getting a bot token
- In the sidebar, click the 'Bot' button and set username and avatar of your bot
- Click button 'Copy' to copy your bot's token (Which you will need to enter during the initial setup of the bot)
- For full-fledged work, you need to check the items "Public Bot" and enable all options in "Privileged Gateway Intents"
Getting a link to invite a bot
Since the bot's functions are currently limited, so it does not need to configure permissions on the 'Bot' page
- In the sidebar, click the "General Information" button and copy the Client ID of your bot
- Insert Client ID to this link -
https://discord.com/oauth2/authorize?client_id={insert_yours}&permissions=8&scope=bot
- Open this link and add the bot to the server you need