Refactor into plugin.

This commit is contained in:
2024-08-31 06:38:21 +10:00
parent ef8922a44c
commit d1297ae986
5 changed files with 21 additions and 0 deletions

View File

@@ -1,7 +0,0 @@
import logging
logger = logging.getLogger(__name__)
async def setup(bot):
from .cog import VoiceFixCog
await bot.add_cog(VoiceFixCog(bot))