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):

View File

@ -1,4 +1,3 @@
import discord
from discord.ext import commands
from funcs import logThis, fiarReactionTest, monopolyReactionTest, emojiToCommand

View File

@ -1,7 +1,7 @@
import discord, string
from discord.ext import commands
from funcs import logThis, parseRoll, parseDestiny, critRoll, parseChar, cap
from funcs import parseRoll, parseDestiny, critRoll, parseChar, cap
class SwCog(commands.Cog):