aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/halloweenify.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-10-11 19:54:24 +0100
committerGravatar Gareth Coles <[email protected]>2018-10-11 19:54:24 +0100
commit34e866bc1e11570a191fe3efddb6047f3470b4ba (patch)
treec589989d827d61efac41051f8e71d4da98da35a1 /bot/cogs/halloweenify.py
parentRun bash script with bash (diff)
parentMerge pull request #40 from hundredrab/spooky-reacts (diff)
Merge remote-tracking branch 'origin/master' into deploy
# Conflicts: # bot/__init__.py # bot/__main__.py # bot/cogs/hacktoberstats.py # bot/cogs/movie.py
Diffstat (limited to 'bot/cogs/halloweenify.py')
-rw-r--r--bot/cogs/halloweenify.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py
index 201f6b95..ddd96bc6 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -2,14 +2,12 @@ from json import load
from pathlib import Path
from random import choice
-
import discord
from discord.ext import commands
from discord.ext.commands.cooldowns import BucketType
class Halloweenify:
-
"""
A cog to change a invokers nickname to a spooky one!
"""