- Easy and smooth discord bot template has been built with nextcord
- because discord.py is dead now so we can use nextcord
- The project is now under the working
- Soon i will create other templates with other libraries
- If You Need To Help Me With My Project Just Do Pull Request
# Linux/macOS
python3 -m pip install -U nextcord
pip3 install -r requirements.txt
# Windows
py -3 -m pip install -U nextcord
pip install -r requirements.txt
# Linux/macOS
python3 -m pip install -U "nextcord[voice]"
pip3 install -r requirements.txt
# Windows
py -3 -m pip install -U nextcord[voice]
pip install -r requirements.txt
Go to main.py
and edit your's bot token
& prefix
now open your terminal and type py main.py
to make the bot run
- Add Base Things
- Add Simple Error Handler
- Add Events Cogs
- Custom Prefix Command
- Custom Settings File
- The templated isn't done yet
- I create for fun and learining
- This is not a full bot with commands this is just a template to run your's command in it