Setting up a bot
TIP
If you already have a bot, skip to Getting your bot token.
Creating a bot
To create a Guilded Bot, Go into the setting of the server you want to create a bot in, then go to the Bots
tab. After that click the Create a bot
button.
Now, fill in your desired information for your bot.
WARNING
Since we are using the bot API, you will not need flows.
Getting your bot token
After you have created your bot, go back to the Bots
page and click the three dots beside your created bot.
Now click the Manage auth tokens
button and press Generate token
to generate an auth token. This token will be used for logging into your bot, so make sure you save it.
DANGER
Keep this token private.