From ebeca603059bd64d25fc95f90f3b9eeb7f14d6db Mon Sep 17 00:00:00 2001 From: Nikolaj Danger Date: Thu, 6 Aug 2020 15:36:51 +0200 Subject: [PATCH] :bug: --- cogs/GamesCog.py | 1 - cogs/LookupCog.py | 1 - cogs/MiscCog.py | 3 +-- cogs/ReactionCog.py | 2 -- cogs/SwCog.py | 1 - 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/cogs/GamesCog.py b/cogs/GamesCog.py index 63222f5..c869a25 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): self.client = client diff --git a/cogs/LookupCog.py b/cogs/LookupCog.py index b461617..bd277f0 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): self.client = client diff --git a/cogs/MiscCog.py b/cogs/MiscCog.py index 3ce99e8..6f9fb66 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): self.client = client @@ -61,7 +60,7 @@ class MiscCog(commands.Cog): @commands.command(name="map") async def mapCommand(self, ctx): await ctx.send("https://i.imgur.com/diMXXJs.jpg") - + # Sends a random image @commands.command(aliases = ["img"]) async def image(self, ctx): diff --git a/cogs/ReactionCog.py b/cogs/ReactionCog.py index 3537fa5..0313188 100644 --- a/cogs/ReactionCog.py +++ b/cogs/ReactionCog.py @@ -4,8 +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): self.client = client diff --git a/cogs/SwCog.py b/cogs/SwCog.py index e80caa6..5dc7890 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): self.client = client