diff options
author | 2018-10-11 19:54:24 +0100 | |
---|---|---|
committer | 2018-10-11 19:54:24 +0100 | |
commit | 34e866bc1e11570a191fe3efddb6047f3470b4ba (patch) | |
tree | c589989d827d61efac41051f8e71d4da98da35a1 /bot/cogs/halloweenify.py | |
parent | Run bash script with bash (diff) | |
parent | Merge 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.py | 2 |
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! """ |