From dd419f0f996d314a4b14ecd4460d39afd9f80399 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 11 Aug 2023 00:05:52 -0400 Subject: [PATCH] fix: fixed ropro faq not working --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 59f91dc..f0c0f8f 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -319,7 +319,7 @@ class Galaxy(commands.Cog): embed.add_field(name="Suggestions", value="Level 9", inline=False) embed.add_field(name="DJ", value="Level 11", inline=False) embed.add_field(name="Reaction Perms", value="Level 30", inline=False) - elif answer.value == 'RoPro': + elif answer.value == 'ropro': embed=discord.Embed(title="RoPro", url="https://ropro.io", color=await self.bot.get_embed_color(None), description="""[RoPro](https://ropro.io) is a browser extension that tracks ROBLOX playtime, enhances your profile, and provides other useful utilities. **Please keep in mind that RoPro only tracks playtime from AFTER you install the extension.**""") content = member.mention if member else None if embed_secondary: