mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 14:27:01 -04:00
Fix Devs
This commit is contained in:
parent
850e7a0cac
commit
55074e866f
5 changed files with 7 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import { NavContextMenuPatchCallback } from "@api/ContextMenu";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { Alerts, Menu } from "@webpack/common";
|
||||
import { Message } from "discord-types/general";
|
||||
|
@ -56,7 +56,7 @@ async function verify(link) {
|
|||
export default definePlugin({
|
||||
name: "DoubleCounterBypass",
|
||||
description: "Bypass Double Counter verifications easily.",
|
||||
authors: [EquicordDevs.nyx],
|
||||
authors: [Devs.nyx],
|
||||
|
||||
contextMenus: {
|
||||
"message": patchMessageContextMenu,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { addPreSendListener, removePreSendListener } from "@api/MessageEvents";
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
||||
const settings = definePluginSettings({
|
||||
|
@ -31,7 +31,7 @@ function replaceQuestionMarks(content: string): string {
|
|||
export default definePlugin({
|
||||
name: "QuestionMarkReplace",
|
||||
description: "Replace all question marks with chosen string, if message only contains question marks.",
|
||||
authors: [EquicordDevs.nyx],
|
||||
authors: [Devs.nyx],
|
||||
|
||||
settings,
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import { getListeners } from "./utils";
|
|||
export default definePlugin({
|
||||
name: "SoundBoardLogger",
|
||||
authors: [
|
||||
EquicordDevs.Moxxie,
|
||||
Devs.Moxxie,
|
||||
EquicordDevs.fres,
|
||||
Devs.echo,
|
||||
EquicordDevs.thororen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue