diff --git a/app/bot.py b/app/bot.py index a99286db..afcb8c49 100755 --- a/app/bot.py +++ b/app/bot.py @@ -38,7 +38,7 @@ async def on_ready(): # channel_id = 932476007439552522 # message_id = 1114045480129806361 - blurb = """If you're here to game, please react to this message with one of the following emojis to be granted the appropriate role: + blurb = """# Please react to this message with one of the following emojis to be granted the appropriate role(s): 🚀 for Star Citizen @@ -46,15 +46,15 @@ async def on_ready(): :gear: for Lethal Company -🚔 for Ready or Not +🚔 for Ready or Not/Ground Branch 🏎️ for Sim Racing 🔫 for Tarkov -🐀 for Darktide or Vermintide +🐀 for Darktide/Vermintide -🪖 for Battlefield or Battlebit +🪖 for Battlefield Otherwise, let your friend know you're here to shitpost """ diff --git a/app/star_citizen.py b/app/star_citizen.py index a6d74c80..3b0ba06c 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -225,7 +225,7 @@ async def get_ship(ship_name): ) except Exception: description = "N/A" - embed.add_field(name="**Description**", value=description, inline=False) + # embed.add_field(name="**Description**", #value=description, inline=False) ship_image = (soup.find("a", {"class": "mw-file-description"})).img["src"] embed.set_image(url=ship_image)