misc(galaxy): added a footer to the reward_roles embed
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-28 18:15:02 -04:00
parent 95b63e01d8
commit dba49b05c5
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -307,6 +307,7 @@ class Galaxy(commands.Cog):
embed.add_field(name="DJ", value="Level 10") embed.add_field(name="DJ", value="Level 10")
embed.add_field(name="Reaction Perms", value="Level 30") embed.add_field(name="Reaction Perms", value="Level 30")
embed.add_field(name="External Emoji Perms", value="Level ??") embed.add_field(name="External Emoji Perms", value="Level ??")
embed.set_footer(text="Use `-profile` to get your current level.")
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