/Nextcord-Template

A Discord Bot Template Built With Python Using Nextcord Library

Primary LanguagePythonApache License 2.0Apache-2.0

About?

  • 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

Other Template With Other Library?

  • Soon i will create other templates with other libraries

Information

Start

  • 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

Versions

v0.7.0

  • Add Base Things
  • Add Simple Error Handler
  • Add Events Cogs
  • Custom Prefix Command
  • Custom Settings File

Notes

  • 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