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