TEMPLATE v1.0.2 RELEASE
Description
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. It's totally an opensource and free to use project. We are working hard to enhance this bot template.
⚠️ Warning
Do not contribute to the master branch. Only use public branch for everything.
💻 How to setup
Step 1
Run git clone https://github.com/abindent/Nextcord-Utility-Bot.git
this comamnd to our termianl for cloning this repo.
Step 2
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.
Step 3
Install dependencies using pip install -r requirements.txt
and run python bot/bot.py
in your local machine.
📝 Task list
- To add custom prefix.
- To add eval command.
- To format code and enhance it.
- To add new discord modal here.
Main Dependencies
- NEXTCORD
- NEXTCORD-EXT-MENUS
- NEXTCORD-EXT-IPC
- PYMONGO
- MOTOR
- HAMANFRIENDLY
- WAVELINK