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.
This commit is contained in:
4
kbump/__init__.py
Normal file
4
kbump/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .kbump import kBump
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(kBump(bot))
|
||||
Reference in New Issue
Block a user