Skip to content

Commit

Permalink
Update /help
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsbirb committed Feb 29, 2024
1 parent 0dfabed commit f0b776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cogs/Modules/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def callback(self, interaction: discord.Interaction):
elif category == 'Configuration':
embed.title = "Configuration"
embed.description = "The Configuration module allows you to customize the bot to meet your server's specific needs. You can configure Permissions, and Channels to tailor the bot's behavior to your server's requirements."
embed.add_field(name="Commands", value="* /config\n* /modmail config\n* /forums config")
embed.add_field(name="Commands", value="* /config\n* /forums manage")
elif category == 'Utility':
embed.title = "Utilities"
embed.description = "The Utility commands module consists of commands unrelated to the bot itself. These commands are designed to provide various helpful functionalities for your server, enhancing its overall utility and convenience."
Expand Down

0 comments on commit f0b776c

Please sign in to comment.