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:
thororen1234 2025-03-16 00:21:46 -04:00
parent dc114666a8
commit 0e856059d8
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
*/
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";
@ -32,7 +32,7 @@ function mock(input: string): string {
export default definePlugin({
name: "MoreCommands",
description: "Echo, Lenny, Mock, and More",
authors: [Devs.Arjix, Devs.echo, Devs.Samu, EquicordDevs.ExoDev],
authors: [Devs.Arjix, Devs.echo, Devs.Samu],
commands: [
{
name: "echo",