Skip to content

Commit c54099f

Browse files
committed
fix: use new twemoji fork and fix jumbo cmd
1 parent eb5fda8 commit c54099f

File tree

3 files changed

+59
-67
lines changed

3 files changed

+59
-67
lines changed

backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"tlds": "^1.221.1",
6868
"tmp": "0.0.33",
6969
"tsconfig-paths": "^3.9.0",
70-
"twemoji": "^12.1.4",
70+
"@twemoji/api": "^15.1.0",
7171
"typeorm": "^0.3.17",
7272
"utf-8-validate": "^5.0.5",
7373
"uuid": "^9.0.0",
@@ -88,7 +88,6 @@
8888
"@types/passport-strategy": "^0.2.35",
8989
"@types/safe-regex": "^1.1.2",
9090
"@types/tmp": "0.0.33",
91-
"@types/twemoji": "^12.1.0",
9291
"@types/uuid": "^9.0.2",
9392
"ava": "^5.3.1",
9493
"rimraf": "^2.6.2",

backend/src/plugins/Utility/commands/JumboCmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import photon from "@silvia-odwyer/photon-node";
2+
import twemoji from "@twemoji/api";
23
import { AttachmentBuilder } from "discord.js";
34
import fs from "fs";
4-
import twemoji from "twemoji";
55
import { commandTypeHelpers as ct } from "../../../commandTypes.js";
66
import { sendErrorMessage } from "../../../pluginUtils.js";
77
import { downloadFile, isEmoji, SECONDS } from "../../../utils.js";

package-lock.json

Lines changed: 57 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)