From a56dfe269c47a8df820235b03ddbbfe22b122e81 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 17 Apr 2023 01:37:55 +0200 Subject: Improve unintuitive plugin descriptions --- src/plugins/petpet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/petpet.ts') diff --git a/src/plugins/petpet.ts b/src/plugins/petpet.ts index 0d9a3d0..472c6c9 100644 --- a/src/plugins/petpet.ts +++ b/src/plugins/petpet.ts @@ -83,7 +83,7 @@ async function resolveImage(options: Argument[], ctx: CommandContext, noServerPf export default definePlugin({ name: "petpet", - description: "headpet a cutie", + description: "Adds a /petpet slash command to create headpet gifs from any image", authors: [Devs.Ven], dependencies: ["CommandsAPI"], commands: [ -- cgit