diff --git a/package-lock.json b/package-lock.json index 79a95125..5c5ccf7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@sapphire/discord.js-utilities": "^7.1.6", "@sentry/node": "^7.28.0", "@sentry/tracing": "^7.28.0", - "@wise-old-man/utils": "^3.3.3", + "@wise-old-man/utils": "^3.3.5", "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.3", - "resolved": "https://registry.npmjs.org/@wise-old-man/utils/-/utils-3.3.3.tgz", - "integrity": "sha512-QR19g8HMuN2bz6p0gmihc6krfTKq9lZ35Dnbux/z6zubxhB8oMnpxNfcG6hMo7Wlcuq3SXjvrcDvEen/R3cxDQ==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@wise-old-man/utils/-/utils-3.3.5.tgz", + "integrity": "sha512-h9zs/mnBghkeYwHHYmG5jfmdfqFaEOJfvq1QjS2UraX+okLGUD2dmHr4xG3pJ26g8rZSzi9IQ9h5Te7dsvZWJg==", "dependencies": { "dayjs": "^1.11.5" } diff --git a/package.json b/package.json index 4fc0cf65..9be19787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wise-old-man-bot", - "version": "1.4.5", + "version": "1.4.6", "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.3", + "@wise-old-man/utils": "^3.3.5", "canvas": "^2.6.1", "cors": "^2.8.5", "discord.js": "^14.14.1", diff --git a/public/x2/araxxor.png b/public/x2/araxxor.png new file mode 100644 index 00000000..f479b851 Binary files /dev/null and b/public/x2/araxxor.png differ diff --git a/src/utils/discord.ts b/src/utils/discord.ts index 426bdcac..e71a2b42 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.ARAXXOR]: '<:araxxor:1278337345069781082>', [Metric.ARTIO]: '<:callisto:729839921170481153>', [Metric.BARROWS_CHESTS]: '<:barrows_chests:729839921484923000>', [Metric.BRYOPHYTA]: '<:bryophyta:730167225226362952>',