diff --git a/cogs/help_command.py b/cogs/help_command.py index 1cd6c70..baa53de 100644 --- a/cogs/help_command.py +++ b/cogs/help_command.py @@ -132,7 +132,8 @@ async def send_bot_help(self, mapping): cogs[cog.qualified_name]["emoji"], cogs[cog.qualified_name]["name"] ), - value = "`o.help {}`".format( + value = "`{}help {}`".format( + await database.guilds.get_prefix(self.context.guild), cog.qualified_name ) )