mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
Remove ExoDev at request of user
Add SteelTech For Upcoming Project as well maybe I'll give a sneak peek soon :)
This commit is contained in:
parent
dc114666a8
commit
0e856059d8
2 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, OptionalMessageOption, RequiredMessageOption, sendBotMessage } from "@api/Commands";
|
import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, OptionalMessageOption, RequiredMessageOption, sendBotMessage } from "@api/Commands";
|
||||||
import { Devs, EquicordDevs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ function mock(input: string): string {
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "MoreCommands",
|
name: "MoreCommands",
|
||||||
description: "Echo, Lenny, Mock, and More",
|
description: "Echo, Lenny, Mock, and More",
|
||||||
authors: [Devs.Arjix, Devs.echo, Devs.Samu, EquicordDevs.ExoDev],
|
authors: [Devs.Arjix, Devs.echo, Devs.Samu],
|
||||||
commands: [
|
commands: [
|
||||||
{
|
{
|
||||||
name: "echo",
|
name: "echo",
|
||||||
|
|
|
@ -984,10 +984,6 @@ export const EquicordDevs = Object.freeze({
|
||||||
name: "vappstar",
|
name: "vappstar",
|
||||||
id: 747192967311261748n
|
id: 747192967311261748n
|
||||||
},
|
},
|
||||||
ExoDev: {
|
|
||||||
name: "ExoDev",
|
|
||||||
id: 1325655837003223137n
|
|
||||||
},
|
|
||||||
voidbbg: {
|
voidbbg: {
|
||||||
name: "voidbbg",
|
name: "voidbbg",
|
||||||
id: 117126234588184582n
|
id: 117126234588184582n
|
||||||
|
@ -1020,6 +1016,10 @@ export const EquicordDevs = Object.freeze({
|
||||||
name: "S€th",
|
name: "S€th",
|
||||||
id: 1273447359417942128n
|
id: 1273447359417942128n
|
||||||
},
|
},
|
||||||
|
SteelTech: {
|
||||||
|
name: "SteelTech",
|
||||||
|
id: 1344190786476183643n
|
||||||
|
},
|
||||||
} satisfies Record<string, Dev>);
|
} satisfies Record<string, Dev>);
|
||||||
|
|
||||||
// iife so #__PURE__ works correctly
|
// iife so #__PURE__ works correctly
|
||||||
|
|
Loading…
Add table
Reference in a new issue