3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-08 11:37:20 +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

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