diff --git a/cogs/EventCog.py b/cogs/EventCog.py index e1a7993..0aa4ee7 100644 --- a/cogs/EventCog.py +++ b/cogs/EventCog.py @@ -1,4 +1,3 @@ -import discord from discord.ext import commands class EventCog(commands.Cog): diff --git a/cogs/GameCogs.py b/cogs/GameCogs.py index 87f71fe..4714437 100644 --- a/cogs/GameCogs.py +++ b/cogs/GameCogs.py @@ -1,6 +1,6 @@ -import discord, asyncio, json from discord.ext import commands from discord_slash import cog_ext + from utils import getParams params = getParams()