Discord bots that tracks the number of times a user says "po"
- Python 100%
| cogs | ||
| .env | ||
| po.py | ||
| README.md | ||
| requirements.txt | ||
Discord Bot: Po Counter
This is a Discord bot that tracks the number of times users say "po" in a specified channel.
To-do list
- Add achievements/titles you can gain by sending po's.
- Admin permissions like not having the leaderboard user limit or being able to shut down/restart or make it recount all the po's the bot via a command in discord
- Add a po shop where polectors can trade in their po counts for items
Install guide
Prerequisites
- Install Python (3.11).
- Ensure
pipis installed. https://pip.pypa.io/en/stable/installation/
Setup Instructions
- Clone or download this repository.
- Navigate to the project folder.
- Install dependencies:
pip install -r requirements.txt - add your bot token and channel ID to the .env file.
- run the bot:
python po.py
Important
Make sure the bot has the following permissions: send messages, read messages and view channels. If it is missing any of these permissions the bot might not work as intended.