misc(galaxy): updated level roles
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
acdb1ddecd
commit
3e9b0c3834
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@ class Galaxy(commands.Cog):
|
||||||
embed.add_field(name="Picture Perms", value="Level 6")
|
embed.add_field(name="Picture Perms", value="Level 6")
|
||||||
embed.add_field(name="Suggestions", value="Level 8")
|
embed.add_field(name="Suggestions", value="Level 8")
|
||||||
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 20")
|
||||||
embed.add_field(name="External Emoji Perms", value="Level ??")
|
embed.add_field(name="External Emoji Perms", value="Level 30")
|
||||||
embed.set_footer(text="Use `-profile` to get your current 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.**""")
|
||||||
|
|
Loading…
Reference in a new issue