h
This commit is contained in:
parent
546e9ba13c
commit
f0c23d92af
1 changed files with 0 additions and 3 deletions
3
index.ts
3
index.ts
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue