Sorted imports and removed unused ones
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from discord import ApplicationContext, Option, SlashCommandGroup, CategoryChannel
|
||||
from discord import ApplicationContext, CategoryChannel, Option, SlashCommandGroup
|
||||
from discord.ext import commands
|
||||
|
||||
from functions import (
|
||||
getMsg,
|
||||
guildConfGet,
|
||||
|
@@ -1,14 +1,15 @@
|
||||
from discord import (
|
||||
ApplicationContext,
|
||||
Cog,
|
||||
Member,
|
||||
SlashCommandGroup,
|
||||
VoiceChannel,
|
||||
Member,
|
||||
VoiceState,
|
||||
Cog,
|
||||
option,
|
||||
utils,
|
||||
)
|
||||
from discord.ext import commands
|
||||
|
||||
from functions import (
|
||||
appendLog,
|
||||
changeNomicPerms,
|
||||
|
@@ -1,6 +1,8 @@
|
||||
from os import listdir
|
||||
|
||||
from discord import ApplicationContext, Option, SlashCommandGroup
|
||||
from discord.ext import commands
|
||||
|
||||
from functions import (
|
||||
appendLog,
|
||||
getMsg,
|
||||
|
@@ -1,7 +1,9 @@
|
||||
from os import getpid, makedirs, system
|
||||
from shutil import rmtree
|
||||
from discord import ApplicationContext, slash_command, Cog, Guild
|
||||
|
||||
from discord import ApplicationContext, Cog, Guild, slash_command
|
||||
from discord.ext import commands
|
||||
|
||||
from functions import appendLog, getMsg, loadJson, makeEmbed, saveJson, strToColor
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user