Skip to content

Commit

Permalink
Updated help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
PieTw3lve committed Jul 31, 2024
1 parent 7263f1f commit cf07735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/general/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def help(ctx: lightbulb.Context) -> None:

embed = (hikari.Embed(title=f'{bot.display_name} `v{VERSION}`', description='I am a simple and humble bot that can do really cool things!', color=get_setting('general', 'embed_color'))
.set_thumbnail(bot.avatar_url if bot.avatar_url else bot.default_avatar_url)
.add_field('I have various cool features:', '• Profile Customization\n• Economy Integration\n• Music Player\nPokémon Card Gacha and Trading\n• Moderation\n• Fun Interactive Games\n• And Many More!', inline=True)
.add_field('I have various cool features:', '• Profile Customization\n• Economy Integration\n• Music Player\nFull-Fledged Out Fishing System\n• Moderation Helper\n• Fun Interactive Games\n• And Many More!', inline=True)
.add_field('Want to learn more about Tuxbrain Bot?', '\n\nClick on 💬 **About** to learn more about Tuxbrain Bot!\n\n**Want to learn more about commands?**\nAll commands are located in the dropdown menu.', inline=True)
.set_footer('Use the select menu below for more info!')
)
Expand Down

0 comments on commit cf07735

Please sign in to comment.