diff options
author | 2018-11-18 13:03:12 +0000 | |
---|---|---|
committer | 2018-11-18 13:03:12 +0000 | |
commit | 80055e1c1edf0bb6ea77a6b557fbc4ec9f56313e (patch) | |
tree | 996ebee01d26eebe693893ef74342a28629bba23 /bot/cogs/hacktober/spookyreact.py | |
parent | Azure: Silence Pepper once again (diff) |
Hacktoberbot -> Seasonalbot
Diffstat (limited to 'bot/cogs/hacktober/spookyreact.py')
-rw-r--r-- | bot/cogs/hacktober/spookyreact.py | 4 |
1 files changed, 2 insertions, 2 deletions
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()) |