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,

View File

@@ -1,9 +1,8 @@
import os
import disnake
import psutil
from disnake.ext import commands
from disnake.ext import commands
from __init__ import version_info as ver
from lib.Comands import determine_prefix
from lib.Logger import logger