Clean up the role assignment room message and also make it big and more succint

This commit is contained in:
Luke Robles 2024-01-08 10:23:48 -08:00
parent 5f83c5c9bb
commit f213f8959a
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ async def on_ready():
# channel_id = 932476007439552522 # channel_id = 932476007439552522
# message_id = 1114045480129806361 # 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 🚀 for Star Citizen
@ -46,15 +46,15 @@ async def on_ready():
:gear: for Lethal Company :gear: for Lethal Company
🚔 for Ready or Not 🚔 for Ready or Not/Ground Branch
🏎 for Sim Racing 🏎 for Sim Racing
🔫 for Tarkov 🔫 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 Otherwise, let your friend know you're here to shitpost
""" """

View File

@ -225,7 +225,7 @@ async def get_ship(ship_name):
) )
except Exception: except Exception:
description = "N/A" 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"] ship_image = (soup.find("a", {"class": "mw-file-description"})).img["src"]
embed.set_image(url=ship_image) embed.set_image(url=ship_image)