🔥 Removing unused imports in EventCog and GameCogs
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
import discord
|
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
|
||||||
class EventCog(commands.Cog):
|
class EventCog(commands.Cog):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import discord, asyncio, json
|
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from discord_slash import cog_ext
|
from discord_slash import cog_ext
|
||||||
|
|
||||||
from utils import getParams
|
from utils import getParams
|
||||||
|
|
||||||
params = getParams()
|
params = getParams()
|
||||||
|
Reference in New Issue
Block a user