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 }],