code cleanup

This commit is contained in:
bacon
2024-03-08 19:56:50 +03:00
parent ccafd97359
commit d9cfc1884c
4 changed files with 4 additions and 14 deletions

View File

@@ -18,7 +18,6 @@ class Audio(commands.Cog, name='Audio'):
async def on_ready(self):
logger.info(f'Cog {__name__.split(".")[1]} is ready!.')
# todo: complete check activity
@commands.Cog.listener()
async def on_voice_state_update(self, member: Member,
before: VoiceState,