From dba49b05c50551bb48d524a4faea3a0da81c3823 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 28 Aug 2023 18:15:02 -0400 Subject: [PATCH] misc(galaxy): added a footer to the reward_roles embed --- galaxy/galaxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index be1ab2d..7a9d620 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -307,6 +307,7 @@ class Galaxy(commands.Cog): embed.add_field(name="DJ", value="Level 10") embed.add_field(name="Reaction Perms", value="Level 30") embed.add_field(name="External Emoji Perms", value="Level ??") + embed.set_footer(text="Use `-profile` to get your current level.") 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