This commit is contained in:
nin0dev 2024-11-16 17:10:01 -05:00
parent 546e9ba13c
commit f0c23d92af

View file

@ -7,14 +7,11 @@
import { definePluginSettings } from "@api/Settings"; import { definePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants"; import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types"; import definePlugin, { OptionType } from "@utils/types";
import { findByCodeLazy } from "@webpack";
import { RestAPI, UserStore } from "@webpack/common"; import { RestAPI, UserStore } from "@webpack/common";
import { Message } from "discord-types/general"; import { Message } from "discord-types/general";
import selfPlugin from "."; import selfPlugin from ".";
const addReaction = findByCodeLazy(".EMOJI_PICKER_DOUBLE_REACTION_SUPER_ERROR_TITLE");
export default definePlugin({ export default definePlugin({
name: "Huskbot", name: "Huskbot",
description: "A bot to husk", description: "A bot to husk",