A multi-purposes discord bot built with aoi.js.
const config = {
token: "your_bot_token",
prefix: "your_bot_prefix", //Default -
}
module.exports = config;- Go to Discord Deverloper Portal
- Create on application.
- Go to "Bot" and click "Add Bot"
- Click "Copy" in the token section.
And your bot token should be copied to your clipboard.