Signed-off-by: duke dennis <duke@splt.dev>
This commit is contained in:
duke dennis 2024-11-17 14:44:02 +00:00
parent 37d2cfc95d
commit e0e5754bcc
Signed by: duke
GPG key ID: A069D884579D2915

View file

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