A clean, easy to scale discord bot template. Develope using nextcord library and can be use with any other discord.py forked library
This repository is a template that everyone can use for the start of their discord bot.
This template created for fast set up your new discord bot and easy to scaling. It has common feature in standard
discord bot like embedded help menu.
This also compatible with any discord.py fork.
Firsts of all you need to have the python3 (created with 3.9). Then run pip install -r requirements.txt
.env
Here is an explanation for .env:
Variable | What it is |
---|---|
BOT_AUTHOR | The bot author |
BOT_DESC | The bot description |
BOT_INTENT | The bot intents. either all or default. Default value is default |
BOT_PREFIX | The prefix you want to use for normal commands. Default value is “?” |
BOT_TOKEN | The token of your bot |
- Pagination for help command
- Slash command. (waiting for