fix: fixed ropro faq not working

This commit is contained in:
Seaswimmer 2023-08-11 00:05:52 -04:00
parent e066dd08de
commit dd419f0f99
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -319,7 +319,7 @@ class Galaxy(commands.Cog):
embed.add_field(name="Suggestions", value="Level 9", inline=False) embed.add_field(name="Suggestions", value="Level 9", inline=False)
embed.add_field(name="DJ", value="Level 11", inline=False) embed.add_field(name="DJ", value="Level 11", inline=False)
embed.add_field(name="Reaction Perms", value="Level 30", 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.**""") 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 content = member.mention if member else None
if embed_secondary: if embed_secondary: