This commit is contained in:
thororen1234 2024-05-17 09:46:03 -04:00
parent 850e7a0cac
commit 55074e866f
5 changed files with 7 additions and 15 deletions

View file

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