diff --git a/.drone.yml b/.drone.yml index e060befb..aa24955e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: webhook_token: from_secret: discord_webhook_token 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: branch: - master diff --git a/app/cogs/star_citizen.py b/app/cogs/star_citizen.py index 0a485b0a..ec51dc1e 100644 --- a/app/cogs/star_citizen.py +++ b/app/cogs/star_citizen.py @@ -75,7 +75,7 @@ class StarCitizen(commands.Cog): url="https://media.robertsspaceindustries.com/t0q21kbb3zrpt/source.png" ) embed.set_author( - name="🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n🚨 OH NO THERES AN INCIDENT 🚨\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨" + name="🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n🚨 OH NO THERES AN INCIDENT 🚨\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨" ) embed.set_image( url="https://media.giphy.com/media/WWIZJyXHXscn8JC1e0/giphy.gif"