Skip to content

Commit

Permalink
Add the hueycoatl and amoxliatl bosses (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rorro authored Sep 25, 2024
1 parent 73e8861 commit 1aa2c42
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wise-old-man-bot",
"version": "1.4.6",
"version": "1.4.7",
"description": "A Discord bot for the Wise Old Man projects (https://github.com/wise-old-man/wise-old-man/)",
"author": "Psikoi",
"license": "ISC",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@sapphire/discord.js-utilities": "^7.1.6",
"@sentry/node": "^7.28.0",
"@sentry/tracing": "^7.28.0",
"@wise-old-man/utils": "^3.3.5",
"@wise-old-man/utils": "^3.3.6",
"canvas": "^2.6.1",
"cors": "^2.8.5",
"discord.js": "^14.14.1",
Expand Down
Binary file added public/x2/amoxliatl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/x2/the_hueycoatl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/utils/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const MetricEmoji = {
// Boss emojis
[Metric.ABYSSAL_SIRE]: '<:abyssal_sire:729839920969023519>',
[Metric.ALCHEMICAL_HYDRA]: '<:alchemical_hydra:729839921207967765>',
[Metric.AMOXLIATL]: '<:amoxliatl:1288583172342288515>',
[Metric.ARAXXOR]: '<:araxxor:1278337345069781082>',
[Metric.ARTIO]: '<:callisto:729839921170481153>',
[Metric.BARROWS_CHESTS]: '<:barrows_chests:729839921484923000>',
Expand Down Expand Up @@ -92,6 +93,7 @@ const MetricEmoji = {
[Metric.TEMPOROSS]: '<:tempoross:823292463456059452>',
[Metric.THE_GAUNTLET]: '<:the_gauntlet:729840085473820805>',
[Metric.THE_CORRUPTED_GAUNTLET]: '<:the_corrupted_gauntlet:729840085159247873>',
[Metric.THE_HUEYCOATL]: '<:the_hueycoatl:1288583174217269358>',
[Metric.THE_LEVIATHAN]: '<:the_leviathan:1133832625006592021>',
[Metric.THE_WHISPERER]: '<:the_whisperer:1133832628114567242>',
[Metric.THEATRE_OF_BLOOD]: '<:theatre_of_blood:729840085406711819>',
Expand Down

0 comments on commit 1aa2c42

Please sign in to comment.