From 9808b9e4c73da153ce64d54b4af69c86fb202dc6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:07:38 -0400 Subject: [PATCH] added music server to important links faq --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index bbd2aae..d172b8f 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -306,7 +306,7 @@ class Galaxy(commands.Cog): async def faq_links(self, ctx, member: discord.Member = None): """Posts important links, primarily invite links.""" embed=discord.Embed(title="Important Links", color=await self.bot.get_embed_color(None)) - embed.add_field(name="Galaxy", value="[Galaxy Discord](https://discord.com/invite/robloxgalaxy)\n[Galaxy Support](https://discord.com/invite/ShWshkhYhZ)") + embed.add_field(name="Galaxy", value="[Galaxy Discord](https://discord.com/invite/robloxgalaxy)\n[Galaxy Support](https://discord.com/invite/ShWshkhYhZ)\n[Galaxy Music Server](https://discord.gg/mRRfUcNw4C)") embed.add_field(name="Galaxypedia", value="[Galaxypedia Website](https://robloxgalaxy.wiki/wiki/Main_Page)\n[Galaxypedia Discord](https://discord.robloxgalaxy.wiki/)") if member: await ctx.channel.send(embed=embed, content=member.mention)