Implement voiceloger

This commit is contained in:
2025-10-24 18:53:34 +10:00
parent d5cab05bb6
commit 175e96c7e2
6 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from .. import logger
async def setup(bot):
from .cog import VoiceLogCog
await bot.add_cog(VoiceLogCog(bot))