gt_embed_color --> get_embed_color
This commit is contained in:
parent
bca127cb29
commit
5f0d0e07ad
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,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)"""
|
||||
color=await self.bot.gt_embed_color(None)
|
||||
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 PC/MacOS/Linux you can do this by clicking the green update button in the top right.**")
|
||||
embed_desktop=discord.Embed(title="PC / MacOS / Linux (WIP)", color=color, description="WIP")
|
||||
embed_mobile=discord.Embed(title="Mobile (WIP)", color=color, description="WIP")
|
||||
|
|
Loading…
Reference in a new issue