mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Move zyqunix to EquicordDevs
This commit is contained in:
parent
03a1391312
commit
5a87762a00
2 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
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 { findByPropsLazy } from "@webpack";
|
||||
import { DraftType, UploadHandler, UploadManager } from "@webpack/common";
|
||||
|
@ -77,7 +77,7 @@ async function resolveImage(options: Argument[], ctx: CommandContext): Promise<{
|
|||
export default definePlugin({
|
||||
name: "imgtogif",
|
||||
description: "Adds a /imgtogif slash command to create a gif from any image",
|
||||
authors: [Devs.zyqunix],
|
||||
authors: [EquicordDevs.zyqunix],
|
||||
commands: [
|
||||
{
|
||||
inputType: ApplicationCommandInputType.BUILT_IN,
|
||||
|
|
|
@ -256,10 +256,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Alyxia Sother",
|
||||
id: 952185386350829688n
|
||||
},
|
||||
zyqunix: {
|
||||
name: "zyqunix",
|
||||
id: 1201415921802170388n
|
||||
},
|
||||
Remty: {
|
||||
name: "Remty",
|
||||
id: 335055032204656642n
|
||||
|
@ -952,6 +948,10 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "Oggetto",
|
||||
id: 619203349954166804n,
|
||||
},
|
||||
zyqunix: {
|
||||
name: "zyqunix",
|
||||
id: 1201415921802170388n
|
||||
},
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
|
|
Loading…
Reference in a new issue