mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
Fix Nyx Dev
This commit is contained in:
parent
f252c514bc
commit
567ddb1932
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue