From 1f5af7ed83b44db706bcbfb7b5e370b9455887bf Mon Sep 17 00:00:00 2001 From: ComputerTech312 Date: Sat, 13 Sep 2025 16:19:05 +0100 Subject: [PATCH] mhm --- duckhunt/simple_duckhunt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckhunt/simple_duckhunt.py b/duckhunt/simple_duckhunt.py index 3d99e28..3e1359d 100644 --- a/duckhunt/simple_duckhunt.py +++ b/duckhunt/simple_duckhunt.py @@ -1614,7 +1614,7 @@ class SimpleIRCBot: async def handle_help(self, nick, channel): help_lines = [ f"{nick} > {self.colors['cyan']}🦆 DUCKHUNT COMMANDS 🦆{self.colors['reset']}", - f"{nick} > {self.colors['green']}Game:{self.colors['reset']} !bang !bef !reload !duckstats !topduck !shop !buy !use !give !nextduck", + f"{nick} > {self.colors['green']}Game:{self.colors['reset']} !bang !bef !reload !duckstats !topduck !shop !buy !use !give ", f"{nick} > {self.colors['blue']}Settings:{self.colors['reset']} !output " ] if self.is_admin(f"{nick}!*@*"): # Check if admin