From 630894303b1aa2cfe001fe25082ba2db18931268 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 17:28:52 +0100 Subject: [PATCH] core/CoreCommandHCF.py --- core/CoreCommandHCF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CoreCommandHCF.py b/core/CoreCommandHCF.py index 0d618b1..dae8670 100644 --- a/core/CoreCommandHCF.py +++ b/core/CoreCommandHCF.py @@ -22,7 +22,7 @@ class CoreCommandHCF(AbstractCommand): def on_POST(self, request, data): self._require_bot_admin(data) # will throw an exception if not. (Dont try-except: Its handled up the stack.) - request.respond_cmd_chan("### Halting and catching fire. Bye...") + request.respond_cmd_chan("### Halting and catching fire. Bye...\n# :fire::fire::fire::fire::fire:") # wipe all commands creted by this bot (not limited to this instance!) for team in self.bot.api.get_teams(): -- 2.43.0