3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 19:17:19 +00:00

fix: use new twemoji fork and fix jumbo cmd

This commit is contained in:
Ruby 2024-10-27 12:46:48 +01:00
parent eb5fda8d19
commit c54099f179
No known key found for this signature in database
GPG key ID: E0BDFAF7AE9E0531
3 changed files with 59 additions and 67 deletions

View file

@ -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",
@ -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",

View file

@ -1,7 +1,7 @@
import photon from "@silvia-odwyer/photon-node";
import twemoji from "@twemoji/api";
import { AttachmentBuilder } from "discord.js";
import fs from "fs";
import twemoji from "twemoji";
import { commandTypeHelpers as ct } from "../../../commandTypes.js";
import { sendErrorMessage } from "../../../pluginUtils.js";
import { downloadFile, isEmoji, SECONDS } from "../../../utils.js";