🔥 Removing unused imports in EventCog and GameCogs

This commit is contained in:
NikolajDanger
2021-04-06 09:09:43 +02:00
parent d3936fa1a9
commit 51d82360d6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import discord
from discord.ext import commands
class EventCog(commands.Cog):

View File

@ -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()