From 7712c901fca52452ff3a158e3a38cb438bb1b312 Mon Sep 17 00:00:00 2001 From: Nikolaj Danger Date: Thu, 6 Aug 2020 15:45:13 +0200 Subject: [PATCH] :bug: --- cogs/GamesCog.py | 2 +- cogs/LookupCog.py | 1 + cogs/MiscCog.py | 3 ++- cogs/ReactionCog.py | 1 + cogs/SwCog.py | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cogs/GamesCog.py b/cogs/GamesCog.py index 3329345..c7ad7af 100644 --- a/cogs/GamesCog.py +++ b/cogs/GamesCog.py @@ -8,7 +8,7 @@ from gameLoops import blackjackLoop, fiar, runMonopoly, runHex class GamesCog(commands.Cog): def __init__(self,client): - """Runs game stuff""" + """Runs game stuff.""" self.client = client # Checks user balance diff --git a/cogs/LookupCog.py b/cogs/LookupCog.py index bd277f0..c69ffd1 100644 --- a/cogs/LookupCog.py +++ b/cogs/LookupCog.py @@ -6,6 +6,7 @@ from funcs import spellFunc, monsterFunc, cap class LookupCog(commands.Cog): def __init__(self,client): + """Runs lookup commands.""" self.client = client # Looks up a spell diff --git a/cogs/MiscCog.py b/cogs/MiscCog.py index 6f9fb66..8409a9c 100644 --- a/cogs/MiscCog.py +++ b/cogs/MiscCog.py @@ -6,6 +6,7 @@ from funcs import logThis, stopServer, helloFunc, roll_dice, imageFunc, nameGen, class MiscCog(commands.Cog): def __init__(self,client): + """Runs misc commands.""" self.client = client self.client.remove_command("help") @@ -66,7 +67,7 @@ class MiscCog(commands.Cog): async def image(self, ctx): randomImage = imageFunc() await ctx.send(randomImage) - + # Finds a random movie @commands.command() async def movie(self,ctx): diff --git a/cogs/ReactionCog.py b/cogs/ReactionCog.py index 0313188..a210757 100644 --- a/cogs/ReactionCog.py +++ b/cogs/ReactionCog.py @@ -5,6 +5,7 @@ from gameLoops import fiar, runMonopoly class ReactionCog(commands.Cog): def __init__(self, client): + """Listens for reactions.""" self.client = client @commands.Cog.listener() diff --git a/cogs/SwCog.py b/cogs/SwCog.py index 5dc7890..0507ecb 100644 --- a/cogs/SwCog.py +++ b/cogs/SwCog.py @@ -6,6 +6,7 @@ from funcs import parseRoll, parseDestiny, critRoll, parseChar, cap class SwCog(commands.Cog): def __init__(self,client): + """Runs star wars commands.""" self.client = client # Rolls star wars dice