A simple template for building a beautiful discord bot with nextcord.Here I have also implemented the buttons and select menus along with slash commands. This project is under progress so you have to wait for some time to get your wanted features.
- Added MongoDB databse for saving bot data (eg:- bot prefix).
- Added Listeners and added a ot of custome bot customization.
- Dynamic help command with buttons.
- Added sub-commands examples in
__sub-command.py
. - Added some commands related to the stats of the bot.
- Added some commands to send channel stats, to create or delete channels.
- Added a cog handler.
- Added configuration cog.
- Added ping and eval command.
- Added fun commands.
- Added msuic cog.
- Added utility cog.
- Added suggestion cog.
- Added slash commands.
Run https://github.com/abindent/Nextcord-Utility-Bot.git
this comamnd to our termianl for cloning this repo.
Add environment variable file (eg:- .env
, .env.local
, .env.developement
) and add BOT_TOKEN=<add your bot token>
& MONGO_URI=<mongodb connection string>
to that file.
Install dependencies using pip install -r requirements.txt
and run python bot/bot.py
in your local machine.
- To add custom prefix.
- To add eval command.
- To format code and enhance it.
- To add new discord modal here.