fix typo
Signed-off-by: duke dennis <duke@splt.dev>
This commit is contained in:
parent
37d2cfc95d
commit
e0e5754bcc
1 changed files with 2 additions and 2 deletions
4
index.ts
4
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.",
|
description: "This command allows you to expel a toot or kindly request that a Discord™ user farts for you.",
|
||||||
options: [{
|
options: [{
|
||||||
name: "user",
|
name: "user",
|
||||||
description: "The Discord™ user to request a toot from",
|
description: "The Discord™ user to humbly request a toot from",
|
||||||
type: ApplicationCommandOptionType.USER,
|
type: ApplicationCommandOptionType.USER,
|
||||||
required: false
|
required: false
|
||||||
}],
|
}],
|
||||||
|
@ -44,7 +44,7 @@ export default definePlugin({
|
||||||
description: "A new and improved version of the old and inferior /betterfart command",
|
description: "A new and improved version of the old and inferior /betterfart command",
|
||||||
options: [{
|
options: [{
|
||||||
name: "user",
|
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,
|
type: ApplicationCommandOptionType.USER,
|
||||||
required: true
|
required: true
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue