misc(galaxy): added a footer to the reward_roles embed
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
95b63e01d8
commit
dba49b05c5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue