Wrap the incident header in rotating lights for effect

This commit is contained in:
Luke Robles 2023-05-19 13:14:16 -07:00
parent 4730fe4472
commit 9b5f8474c9

View File

@ -74,7 +74,9 @@ class StarCitizen(commands.Cog):
embed.set_thumbnail(
url="https://media.robertsspaceindustries.com/t0q21kbb3zrpt/source.png"
)
embed.set_author(name="🚨🚨🚨OH NO THERE IS AN INCIDENT🚨🚨🚨")
embed.set_author(
name="🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n🚨 OH NO THERES AN INCIDENT 🚨\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨"
)
embed.set_image(
url="https://media.giphy.com/media/WWIZJyXHXscn8JC1e0/giphy.gif"
)