This commit is contained in:
Nikolaj Danger
2020-08-06 13:04:59 +02:00
parent 5151e1faf7
commit cab088af3d
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import discord, codecs
import discord
from discord.ext import commands
from funcs import logThis, spellFunc, monsterFunc, cap
from funcs import spellFunc, monsterFunc, cap
class LookupCog(commands.Cog):