Fix Nyx Dev

This commit is contained in:
thororen1234 2024-06-20 15:27:35 -04:00
parent f252c514bc
commit 567ddb1932

View file

@ -18,7 +18,7 @@
import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands"; import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands";
import { migratePluginSettings } from "@api/Settings"; import { migratePluginSettings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants"; import { Devs, EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types"; import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack"; import { findByPropsLazy } from "@webpack";
import { MessageStore, UserStore } from "@webpack/common"; import { MessageStore, UserStore } from "@webpack/common";
@ -50,7 +50,7 @@ export default definePlugin({
name: "PurgeMessages", name: "PurgeMessages",
description: "Purges messages from a channel", description: "Purges messages from a channel",
dependencies: ["CommandsAPI"], dependencies: ["CommandsAPI"],
authors: [EquicordDevs.bhop, EquicordDevs.nyx], authors: [EquicordDevs.bhop, Devs.nyx],
commands: [ commands: [
{ {
name: "purge", name: "purge",