/greybot

An awesome discord.py bot template.

Primary LanguagePythonMIT LicenseMIT

Greybot

  • The only bot template you will ever need

How to get setup

  • Clone or download the repo
  • Do pip install -Ur requirements.txt
  • Rename config.py.example to config.py and fill it out
  • Do python3 launch.py

Optionally if you are on MacOS/Linux you can install uvloop to get a faster asyncio event loop

pip install -U uvloop