diff --git a/cogs/GamesCog.py b/cogs/GamesCog.py index 0cb2eb9..63222f5 100644 --- a/cogs/GamesCog.py +++ b/cogs/GamesCog.py @@ -6,7 +6,6 @@ from funcs import logThis, triviaAnswer, triviaCountPoints, triviaStart, deleteG from gameLoops import blackjackLoop, fiar, runMonopoly, runHex class GamesCog(commands.Cog): - """Cog for game functions""" def __init__(self,client): diff --git a/cogs/LookupCog.py b/cogs/LookupCog.py index 55e3e0d..b461617 100644 --- a/cogs/LookupCog.py +++ b/cogs/LookupCog.py @@ -4,7 +4,6 @@ from discord.ext import commands from funcs import spellFunc, monsterFunc, cap class LookupCog(commands.Cog): - """Cog for lookup functions""" def __init__(self,client): diff --git a/cogs/MiscCog.py b/cogs/MiscCog.py index ca23d8f..3ce99e8 100644 --- a/cogs/MiscCog.py +++ b/cogs/MiscCog.py @@ -4,7 +4,6 @@ from discord.ext import commands from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen, tavernGen, movieFunc, cap, findWikiPage class MiscCog(commands.Cog): - """Cog for misc functions""" def __init__(self,client): diff --git a/cogs/ReactionCog.py b/cogs/ReactionCog.py index 7ccb35b..3537fa5 100644 --- a/cogs/ReactionCog.py +++ b/cogs/ReactionCog.py @@ -4,7 +4,6 @@ from funcs import logThis, fiarReactionTest, monopolyReactionTest, emojiToComman from gameLoops import fiar, runMonopoly class ReactionCog(commands.Cog): - """Cog for reactions""" def __init__(self, client): diff --git a/cogs/SwCog.py b/cogs/SwCog.py index 0bf9af0..e80caa6 100644 --- a/cogs/SwCog.py +++ b/cogs/SwCog.py @@ -4,7 +4,6 @@ from discord.ext import commands from funcs import parseRoll, parseDestiny, critRoll, parseChar, cap class SwCog(commands.Cog): - """Cog for Star Wars functions""" def __init__(self,client):