Skip to content
/ bot-template Public template
forked from OseSem/bot-template

A basic template for a discord bot with disnake.

License

Notifications You must be signed in to change notification settings

jaymart95/bot-template

 
 

Repository files navigation

  1. Installing the dependencies:
python3 -m pip install poetry
poetry install
  1. Create a .env file in the root directory and add the following:
TOKEN=YOUR_BOT_TOKEN
  1. Run the bot: (Run exit to exit the shell.)
poetry shell
python main.py

About

A basic template for a discord bot with disnake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%