Sorted imports and removed unused ones
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user