Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 446 Bytes

stickbug

Stickbug bot written in discord.py

Installing and running

  • type git pull https://github.com/editid0/stickbug to download the files
  • run python3 -m pip install -r requirements.txt
  • create either a token.txt file or a .env file, for the .env, take a look at the example file, for token.txt, simply paste your token inside.
  • configure prefix if needed, this is in main.py
  • run python3 main.py
  • test on discord

You're done!