github.com/Nythepegasus/personal-discord-bot ↗
My personal Discord bot for one of my personal servers.
Open this visualization on its own page →
Contributors
1
Lines of Code
168
From
2020-05-02
To
2020-06-14
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.