mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 22:57:48 +00:00
Ran pre-commit
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import typing
|
||||
from discord import Interaction, app_commands
|
||||
|
||||
from discord import app_commands
|
||||
from discord import Interaction
|
||||
|
||||
from bot import config
|
||||
from utils.embed import create_embed
|
||||
from cogs.music import helper
|
||||
from utils.embed import create_embed
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from bot import TuneBot
|
||||
|
||||
Reference in New Issue
Block a user