From 3b7e853eb06bac5e99fdd6179dd0dd0fd45e8886 Mon Sep 17 00:00:00 2001 From: Rayanzay Date: Wed, 4 Jun 2025 21:59:47 +1000 Subject: [PATCH] Remove CuteAnimeBoys plugin and add CuteAnimeGirls plugin (im sorry he peer pressured me into doing this) --- .../{cuteAnimeBoys => cuteAnimeGirls}/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename src/equicordplugins/{cuteAnimeBoys => cuteAnimeGirls}/index.ts (88%) diff --git a/src/equicordplugins/cuteAnimeBoys/index.ts b/src/equicordplugins/cuteAnimeGirls/index.ts similarity index 88% rename from src/equicordplugins/cuteAnimeBoys/index.ts rename to src/equicordplugins/cuteAnimeGirls/index.ts index 3f86d8e9..b0e4a384 100644 --- a/src/equicordplugins/cuteAnimeBoys/index.ts +++ b/src/equicordplugins/cuteAnimeGirls/index.ts @@ -28,16 +28,16 @@ async function fetchReddit(sub: string) { } export default definePlugin({ - name: "CuteAnimeBoys", + name: "CuteAnimeGirls", authors: [EquicordDevs.ShadyGoat], - description: "Add a command to send cute anime boys in the chat", + description: "Add a command to send cute anime girls in the chat", commands: [{ - name: "anime-boys", - description: "Send cute anime boys", + name: "anime-girls", + description: "Send cute anime girls", options: [ { name: "cat", - description: "If set, this will send exclusively cute anime cat boys", + description: "If set, this will send exclusively cute anime cat girls", type: ApplicationCommandOptionType.BOOLEAN, required: false, },