🐛
This commit is contained in:
@ -6,7 +6,6 @@ from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteG
|
|||||||
from gameLoops import blackjackLoop, fiar, runMonopoly, runHex
|
from gameLoops import blackjackLoop, fiar, runMonopoly, runHex
|
||||||
|
|
||||||
class GamesCog(commands.Cog):
|
class GamesCog(commands.Cog):
|
||||||
"""Cog for game functions"""
|
|
||||||
|
|
||||||
def __init__(self,client):
|
def __init__(self,client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
@ -4,7 +4,6 @@ from discord.ext import commands
|
|||||||
from funcs import spellFunc, monsterFunc, cap
|
from funcs import spellFunc, monsterFunc, cap
|
||||||
|
|
||||||
class LookupCog(commands.Cog):
|
class LookupCog(commands.Cog):
|
||||||
"""Cog for lookup functions"""
|
|
||||||
|
|
||||||
def __init__(self,client):
|
def __init__(self,client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
@ -4,7 +4,6 @@ from discord.ext import commands
|
|||||||
from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen, tavernGen, movieFunc, cap, findWikiPage
|
from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen, tavernGen, movieFunc, cap, findWikiPage
|
||||||
|
|
||||||
class MiscCog(commands.Cog):
|
class MiscCog(commands.Cog):
|
||||||
"""Cog for misc functions"""
|
|
||||||
|
|
||||||
def __init__(self,client):
|
def __init__(self,client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
@ -4,8 +4,6 @@ from funcs import logThis, fiarReactionTest, monopolyReactionTest, emojiToComman
|
|||||||
from gameLoops import fiar, runMonopoly
|
from gameLoops import fiar, runMonopoly
|
||||||
|
|
||||||
class ReactionCog(commands.Cog):
|
class ReactionCog(commands.Cog):
|
||||||
"""Cog for reactions"""
|
|
||||||
|
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@ from discord.ext import commands
|
|||||||
from funcs import parseRoll, parseDestiny, critRoll, parseChar, cap
|
from funcs import parseRoll, parseDestiny, critRoll, parseChar, cap
|
||||||
|
|
||||||
class SwCog(commands.Cog):
|
class SwCog(commands.Cog):
|
||||||
"""Cog for Star Wars functions"""
|
|
||||||
|
|
||||||
def __init__(self,client):
|
def __init__(self,client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
Reference in New Issue
Block a user