diff options
Diffstat (limited to 'src/plugins/petpet.ts')
-rw-r--r-- | src/plugins/petpet.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |