Move zyqunix to EquicordDevs

This commit is contained in:
thororen 2024-12-03 15:39:57 -05:00
parent 03a1391312
commit 5a87762a00
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
*/ */
import { ApplicationCommandInputType, ApplicationCommandOptionType, Argument, CommandContext, sendBotMessage } from "@api/Commands"; import { ApplicationCommandInputType, ApplicationCommandOptionType, Argument, CommandContext, sendBotMessage } from "@api/Commands";
import { Devs } from "@utils/constants"; import { EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types"; import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack"; import { findByPropsLazy } from "@webpack";
import { DraftType, UploadHandler, UploadManager } from "@webpack/common"; import { DraftType, UploadHandler, UploadManager } from "@webpack/common";
@ -77,7 +77,7 @@ async function resolveImage(options: Argument[], ctx: CommandContext): Promise<{
export default definePlugin({ export default definePlugin({
name: "imgtogif", name: "imgtogif",
description: "Adds a /imgtogif slash command to create a gif from any image", description: "Adds a /imgtogif slash command to create a gif from any image",
authors: [Devs.zyqunix], authors: [EquicordDevs.zyqunix],
commands: [ commands: [
{ {
inputType: ApplicationCommandInputType.BUILT_IN, inputType: ApplicationCommandInputType.BUILT_IN,

View file

@ -256,10 +256,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Alyxia Sother", name: "Alyxia Sother",
id: 952185386350829688n id: 952185386350829688n
}, },
zyqunix: {
name: "zyqunix",
id: 1201415921802170388n
},
Remty: { Remty: {
name: "Remty", name: "Remty",
id: 335055032204656642n id: 335055032204656642n
@ -952,6 +948,10 @@ export const EquicordDevs = Object.freeze({
name: "Oggetto", name: "Oggetto",
id: 619203349954166804n, id: 619203349954166804n,
}, },
zyqunix: {
name: "zyqunix",
id: 1201415921802170388n
},
} satisfies Record<string, Dev>); } satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly // iife so #__PURE__ works correctly