From e0e5754bcc0f23de8cd18f9e4520eb5683610e07 Mon Sep 17 00:00:00 2001 From: duke dennis Date: Sun, 17 Nov 2024 14:44:02 +0000 Subject: [PATCH] fix typo Signed-off-by: duke dennis --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 926f69c..f376c16 100644 --- a/index.ts +++ b/index.ts @@ -24,7 +24,7 @@ export default definePlugin({ description: "This command allows you to expel a toot or kindly request that a Discord™ user farts for you.", options: [{ name: "user", - description: "The Discord™ user to request a toot from", + description: "The Discord™ user to humbly request a toot from", type: ApplicationCommandOptionType.USER, required: false }], @@ -44,7 +44,7 @@ export default definePlugin({ description: "A new and improved version of the old and inferior /betterfart command", options: [{ name: "user", - description: "The Discord™ to kindly implore upon to send a fart your way", + description: "The Discord™ user to kindly implore upon to send a fart your way", type: ApplicationCommandOptionType.USER, required: true }],