misc(galaxy): updated faq's reward roles command
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
639951bd94
commit
95b63e01d8
1 changed files with 8 additions and 7 deletions
|
@ -269,7 +269,7 @@ class Galaxy(commands.Cog):
|
|||
@app_commands.choices(answer=[
|
||||
Choice(name='Important Links', value='links'),
|
||||
Choice(name='DPS Calculations', value='dps'),
|
||||
Choice(name='Polaris Ranks', value='polaris_ranks'),
|
||||
Choice(name='Reward Roles', value='reward_roles'),
|
||||
Choice(name='NPC Intervals', value='npc_intervals'),
|
||||
Choice(name='Linked Role', value='linked_role'),
|
||||
Choice(name='RoPro', value='ropro')
|
||||
|
@ -300,12 +300,13 @@ class Galaxy(commands.Cog):
|
|||
embed.set_thumbnail(url="https://cdn.discordapp.com/attachments/1070838419212738621/1079927564421836930/image.png")
|
||||
embed_secondary = discord.Embed(title="Mobile", color=await self.bot.get_embed_color(None), description="**Step 1:** Open the Server menu on the top of the channel list by tapping the server's name.\n\n**Step 2:** Scroll down and tap the \"*Linked Roles*\" button.\n\n**Step 3:** Tap on \"*Linked*.\"\n\n**Step 4:** Tap \"*Finish*.\" You're done!\n*Note: You should already be Verified on Bloxlink. If you are not, go to the verification channel to verify.*")
|
||||
embed_secondary.set_thumbnail(url="https://cdn.discordapp.com/attachments/1047347377348030494/1079930169562771576/Screenshot_20230227_195338_Discord.jpg")
|
||||
elif answer.value == 'polaris_ranks':
|
||||
embed = discord.Embed(title="Polaris Ranks", color=await self.bot.get_embed_color(None))
|
||||
embed.add_field(name="Picture Perms", value="Level 7", 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="Reaction Perms", value="Level 30", inline=False)
|
||||
elif answer.value == 'reward_roles':
|
||||
embed = discord.Embed(title="Reward Roles", color=await self.bot.get_embed_color(None))
|
||||
embed.add_field(name="Picture Perms", value="Level 6")
|
||||
embed.add_field(name="Suggestions", value="Level 8")
|
||||
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 ??")
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue