From 59d2e49c871329bac5d5462104c0fae24e0b1ad5 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 27 Feb 2023 20:28:38 -0500 Subject: [PATCH] im so smart --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 0a7a2ad..dc38b3b 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -104,7 +104,7 @@ class Galaxy(commands.Cog): @faq.command(name="linked_role") async def faq_linked_role(self, ctx, member: discord.Member = None): - """Posts an embed containing FAQ about Linked Role. (WIP)""" + """Posts an embed containing FAQ about Linked Role.""" color=await self.bot.get_embed_color(None) embed=discord.Embed(title="Linked Role", color=color, description="**Before reading this, please make sure your Discord client is updated! On Mobile, you can do this by going to your app store of choice and updating Discord manually. On the desktop app you can do this by clicking the green update button in the top right.**") embed_desktop=discord.Embed(title="Desktop / Web", color=color, description="**Step 1:** Open the Server Dropdown menu in the top-left by clicking on the server's name.\n\n**Step 2:** Click the \"*Linked Roles*\" button.\n\n**Step 3:** Click on \"*Linked*.\"\n\n**Step 4:** Click \"*Finish*.\" You're done!\n*Note: You should already be Verified on Bloxlink. If you are not, go to the verification channel to verify.*")