diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-17 01:37:55 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-17 01:37:55 +0200 |
commit | a56dfe269c47a8df820235b03ddbbfe22b122e81 (patch) | |
tree | 191c5ee24e866b9ef9ba38f5ae4a3bd834cd8cde /src/plugins/petpet.ts | |
parent | 7d55a81bac69552f0a227395653c429a9f351fbb (diff) | |
download | Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.gz Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.tar.bz2 Vencord-a56dfe269c47a8df820235b03ddbbfe22b122e81.zip |
Improve unintuitive plugin descriptions
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: [ |