cleaned up test.py
This commit is contained in:
@@ -9,7 +9,6 @@ from lib import read_db
|
|||||||
from lib import play_audio
|
from lib import play_audio
|
||||||
|
|
||||||
|
|
||||||
# todo: write chose audio from list by slash command
|
|
||||||
class Audio(commands.Cog, name='Audio'):
|
class Audio(commands.Cog, name='Audio'):
|
||||||
def __init__(self, bot: commands.Bot):
|
def __init__(self, bot: commands.Bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
from typing import List
|
|
||||||
|
|
||||||
import disnake
|
|
||||||
from disnake import OptionChoice
|
|
||||||
from disnake.ext import commands
|
from disnake.ext import commands
|
||||||
|
|
||||||
from lib import logger
|
from lib import logger
|
||||||
|
|||||||
Reference in New Issue
Block a user