mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05: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
|
||||
|
|
|
@ -563,10 +563,6 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "Balaclava",
|
||||
id: 854886148455399436n
|
||||
},
|
||||
Moxxie: {
|
||||
name: "Moxxie",
|
||||
id: 712653921692155965n,
|
||||
},
|
||||
dat_insanity: {
|
||||
name: "dat_insanity",
|
||||
id: 0n,
|
||||
|
@ -591,10 +587,6 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "SerStars",
|
||||
id: 861631850681729045n
|
||||
},
|
||||
nyx: {
|
||||
name: "verticalsync",
|
||||
id: 328165170536775680n,
|
||||
},
|
||||
MaxHerbold: {
|
||||
name: "MaxHerbold",
|
||||
id: 1189527130611138663n,
|
||||
|
|
Loading…
Reference in a new issue