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.
4 lines
81 B
Python
4 lines
81 B
Python
from .kbump import kBump
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(kBump(bot)) |