cleaned up test.py

This commit is contained in:
bacon
2024-03-08 00:14:39 +03:00
parent de1adc4d2b
commit 52fe670049
2 changed files with 0 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ from lib import read_db
from lib import play_audio
# todo: write chose audio from list by slash command
class Audio(commands.Cog, name='Audio'):
def __init__(self, bot: commands.Bot):
self.bot = bot

View File

@@ -1,7 +1,3 @@
from typing import List
import disnake
from disnake import OptionChoice
from disnake.ext import commands
from lib import logger