Custom Discord Bot
| Python | Redis | Docker |
- Developed a custom Discord bot using Python, with various functionalities including calling API endpoints to grab memes, cute animal pictures, and perform dice rolls.
- Created a custom currency system specific to the Discord server, which was tracked and traded in a Redis database.
- Added the ability to play games within the Discord server, such as Connect Four and the card game Bang.
- Implemented a custom card system for the Bang game that allowed for the import of custom card descriptions and translations, which were then cached in the database for future use.
- Enabled the bot to play music via YouTube videos and perform various other minor functionalities.
- Containerized the files using docker and deployed the bot on my personal home server.