Fix await issue by Adding await to asyncio.sleep. replace build_command location

This commit is contained in:
adator
2025-11-23 16:12:58 +01:00
parent 9e688f7964
commit d66d297a33
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ class Votekick(IModule):
self.VoteKickManager.VOTE_CHANNEL_DB = metadata
# Créer les nouvelles commandes du module
self.ctx.Irc.build_command(1, self.module_name, 'vote', 'The kick vote module')
self.ctx.Commands.build_command(1, self.module_name, 'vote', 'The kick vote module')
async def unload(self) -> None:
try: