diff options
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! """ |