Update drone file and also add another space on the incident alert for star citizen

This commit is contained in:
Luke Robles 2023-05-23 11:39:07 -07:00
parent 773179bb3f
commit 2f539d903e
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ steps:
webhook_token: webhook_token:
from_secret: discord_webhook_token from_secret: discord_webhook_token
avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png
message: "A new drone build has started\n\nRepository `[{{repo.name}}/{{commit.branch}}]` triggered by event `[{{uppercase build.event}}]` for build.\n - Commit [[{{commit.sha}}]({{commit.link}})]\n - Author `[{{commit.author}} / {{commit.email}}]`\n - Message: {{commit.message}} - Drone build [[#{{build.number}}]({{build.link}})]" message: >
🚀 Pipeline [[#{{build.number}}]({{build.link}})] of branch [{{commit.branch}}]({{commit.link}}) by ${DRONE_COMMIT_AUTHOR_NAME} has started
trigger: trigger:
branch: branch:
- master - master

View File

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