gt_embed_color --> get_embed_color

This commit is contained in:
Seaswimmer 2023-02-27 19:13:42 -05:00
parent bca127cb29
commit 5f0d0e07ad

View file

@ -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")