Files
unstable-cogs/kbump/info.json
Unstable Kitsune 5b9c27fcad feat: add kBump database bridge cog
Integrates MongoDB connection to kBump services for Red bot, enabling data reading and interaction.

Adds command to check server bump status with detailed embed output.
2025-09-11 17:16:29 -04:00

8 lines
291 B
JSON

{
"author": ["kitsunicWorks"],
"name": "kBump",
"short": "A bridge to the kBump database.",
"description": "Allows this Red bot to read and interact with data from the separate kBump services.",
"requirements": ["pymongo"],
"tags": ["utility", "database", "bridge"]
}