mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:27:48 +00:00
Ran pre-commit
This commit is contained in:
@@ -22,11 +22,11 @@ from discord.ext.commands.errors import ExtensionNotFound
|
||||
from discord.ext.commands.errors import NoEntryPointError
|
||||
|
||||
from context import CustomContext
|
||||
from tunebot.redis import RedisPlaylistSource
|
||||
from tunebot.redis import RedisAutoJoin
|
||||
from tunebot.redis import GlobalRedisAutoJoin
|
||||
from tunebot.redis import GlobalRedisPlaylist
|
||||
from tunebot.redis import GlobalRedisPlaylistSource
|
||||
from tunebot.redis import RedisAutoJoin
|
||||
from tunebot.redis import RedisPlaylistSource
|
||||
from utils.assets import process_colours
|
||||
from utils.log import logger
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
from discord.ext import commands
|
||||
|
||||
from bot import TuneBot
|
||||
from context import CustomContext
|
||||
from utils.classes import BaseCog
|
||||
from cogs.settings.interactions import SettingCommands
|
||||
from cogs.settings.interactions import SourceCommands
|
||||
from context import CustomContext
|
||||
from utils.classes import BaseCog
|
||||
|
||||
|
||||
class SettingsCog(BaseCog, name="Settings"):
|
||||
|
||||
@@ -2,6 +2,7 @@ import typing
|
||||
|
||||
from discord import app_commands
|
||||
from discord import Interaction
|
||||
|
||||
from tunebot.context import ContextLike
|
||||
from utils.embed import create_embed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user