Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 750 Bytes

Discord Bot Template

with discord.py and discord.ext.commands

Development

  1. Clone the repository that was created using this template.

  2. python3 -m venv .venv to create a virtual environment.

  3. . .venv/bin/activate to enter the virtual environment.

  4. pip install -r requirements.txt install what you need.

  5. cp .env-sample .env for create an .env file from the sample.

  6. Paste the token into DISCORD_BOT_TOKEN in .env.

  7. python3 launcher.py to launch the bot.


If you have a unresolved or new problem, please open an Issue or send a direct message to Twitter. Feel free to do so!



©️ 2021 Tenzyu Masuda