Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yamikaitou committed May 4, 2018
1 parent 41077ad commit d806473
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yamik/yamik.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ async def mycom4(self, ctx):
embed.set_author(name="SuperCentral Server List", url="https://supercentral.co", icon_url="https://images-ext-1.discordapp.net/external/9mm1HQh9TdVk8JuYgZQFiaUnUm0_8L0z2Nt6oW4zUqw/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/206641182606884866/694c6bd61c8379a64e8302670b4f76e7.webp?width=80&height=80")
embed.set_footer(text="Last Updated")

embed.add_field(name="Garry's Mod", value="ttt.scgc.xyz - Trouble in Terrorist Town #1\nprop.scgc.xyz - PropHunt #1", "inline" = False)
embed.add_field(name="Counter Strike Global Offensive", value="kz.scgc.xyz - KZ/Climb\njb.scgc.xyz - Jailbreak", "inline" = False)
embed.add_field(name="Team Fortress 2", value="tf2.scgc.xyz - Unknown", "inline" = False)
embed.add_field(name="Voice Servers", value="discord.scgc.xyz - Discord (the one you are in)\nvoice.scgc.xyz - Teamspeak3", "inline" = False)
embed.add_field(name="Garry's Mod", value="ttt.scgc.xyz - Trouble in Terrorist Town #1\nprop.scgc.xyz - PropHunt #1", inline=False)
embed.add_field(name="Counter Strike Global Offensive", value="kz.scgc.xyz - KZ/Climb\njb.scgc.xyz - Jailbreak", inline=False)
embed.add_field(name="Team Fortress 2", value="tf2.scgc.xyz - Unknown", inline=False)
embed.add_field(name="Voice Servers", value="discord.scgc.xyz - Discord (the one you are in)\nvoice.scgc.xyz - Teamspeak3", inline=False)

await self.bot.say(embed=embed)

Expand Down

0 comments on commit d806473

Please sign in to comment.