From 80055e1c1edf0bb6ea77a6b557fbc4ec9f56313e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 18 Nov 2018 13:03:12 +0000 Subject: Hacktoberbot -> Seasonalbot --- bot/cogs/hacktober/spookyreact.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/cogs/hacktober/spookyreact.py') diff --git a/bot/cogs/hacktober/spookyreact.py b/bot/cogs/hacktober/spookyreact.py index 9146b797..8e9e8db6 100644 --- a/bot/cogs/hacktober/spookyreact.py +++ b/bot/cogs/hacktober/spookyreact.py @@ -25,11 +25,11 @@ class SpookyReact: async def on_message(self, ctx: discord.Message): """ - A command to send the hacktoberbot github project + A command to send the seasonalbot github project Lines that begin with the bot's command prefix are ignored - Hacktoberbot's own messages are ignored + Seasonalbot's own messages are ignored """ for trigger in SPOOKY_TRIGGERS.keys(): trigger_test = re.search(SPOOKY_TRIGGERS[trigger][0], ctx.content.lower()) -- cgit v1.2.3