diff --git a/package-lock.json b/package-lock.json index 5c5ccf7e..e2a78009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "wise-old-man-bot", - "version": "1.4.5", + "version": "1.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wise-old-man-bot", - "version": "1.4.5", + "version": "1.4.7", "license": "ISC", "dependencies": { "@prisma/client": "^4.6.1", "@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", @@ -888,9 +888,9 @@ } }, "node_modules/@wise-old-man/utils": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@wise-old-man/utils/-/utils-3.3.5.tgz", - "integrity": "sha512-h9zs/mnBghkeYwHHYmG5jfmdfqFaEOJfvq1QjS2UraX+okLGUD2dmHr4xG3pJ26g8rZSzi9IQ9h5Te7dsvZWJg==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@wise-old-man/utils/-/utils-3.3.6.tgz", + "integrity": "sha512-oRyXgcUXzcZWF8lxb4PkDYHO8uKf0LXtL3aeXTM7YRfX0uIzqrAVKdjO7bIU77mEEs6ZsMdmtgJ3nosQi9/Nkw==", "dependencies": { "dayjs": "^1.11.5" } diff --git a/package.json b/package.json index 9be19787..94f2bf37 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/public/x2/amoxliatl.png b/public/x2/amoxliatl.png new file mode 100644 index 00000000..78cfd4e2 Binary files /dev/null and b/public/x2/amoxliatl.png differ diff --git a/public/x2/the_hueycoatl.png b/public/x2/the_hueycoatl.png new file mode 100644 index 00000000..c8dec7d5 Binary files /dev/null and b/public/x2/the_hueycoatl.png differ diff --git a/src/utils/discord.ts b/src/utils/discord.ts index 1c62a218..56e3fa1e 100644 --- a/src/utils/discord.ts +++ b/src/utils/discord.ts @@ -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>', @@ -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>',