Nythepegasus/personal-discord-bot ↗
Created Dec 28, 2020 · View the Nythepegasus/personal-discord-bot repository page
My personal Discord bot for one of my personal servers.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
168
From
May 2, 2020
To
Jun 14, 2020
About Nythepegasus/personal-discord-bot
Nikki's Personal Discord Bot is a Python-based Discord bot designed for managing a personal server. The bot tracks custom phrases and maintains point tallies for different houses, making it suitable for servers that want to gamify member participation or manage house-based systems.
The bot uses MongoDB as its backend database, with mongoengine providing the object-document mapping layer. All database schema and connection code is centralized in the utils/schema.py file. To use the bot, users need to clone the repository, install dependencies from requirements.txt, configure a MongoDB connection, and fill out a config file before running the main.py script.
The project is still under active development, though the creator notes it's fairly far along in functionality. Documentation via a project wiki is planned but not yet implemented.