Skip to content

Commit

Permalink
fix: use new twemoji fork and fix jumbo cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyowo committed Oct 27, 2024
1 parent eb5fda8 commit 52610c1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 67 deletions.
3 changes: 1 addition & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"tlds": "^1.221.1",
"tmp": "0.0.33",
"tsconfig-paths": "^3.9.0",
"twemoji": "^12.1.4",
"@twemoji/api": "^15.1.0",
"typeorm": "^0.3.17",
"utf-8-validate": "^5.0.5",
"uuid": "^9.0.0",
Expand All @@ -88,7 +88,6 @@
"@types/passport-strategy": "^0.2.35",
"@types/safe-regex": "^1.1.2",
"@types/tmp": "0.0.33",
"@types/twemoji": "^12.1.0",
"@types/uuid": "^9.0.2",
"ava": "^5.3.1",
"rimraf": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/plugins/Utility/commands/JumboCmd.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import photon from "@silvia-odwyer/photon-node";
import { AttachmentBuilder } from "discord.js";
import fs from "fs";
import twemoji from "twemoji";
import twemoji from "@twemoji/api";
import { commandTypeHelpers as ct } from "../../../commandTypes.js";
import { sendErrorMessage } from "../../../pluginUtils.js";
import { downloadFile, isEmoji, SECONDS } from "../../../utils.js";
Expand Down
121 changes: 57 additions & 64 deletions package-lock.json

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

0 comments on commit 52610c1

Please sign in to comment.