a tally hall discord bot written in python.
- tallypls
- clear
- create a dev app
- create a bot in it
- invite it to a server with bot and command priveleges
- clone this repo
- create a
.env
file and putTOKEN = [your bot token]
in there - install pycord and dotenv by running
pip install git+https://github.com/Pycord-Development/pycord python-dotenv
- finally, run the bot by running
py -3 bot.py