mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Fix wording
This commit is contained in:
parent
702bf39df4
commit
4332baa85e
@ -20,7 +20,7 @@ export default class Unpunish {
|
|||||||
.setDescription('Remove the active punishment from a member')
|
.setDescription('Remove the active punishment from a member')
|
||||||
.addIntegerOption(x=>x
|
.addIntegerOption(x=>x
|
||||||
.setName('case_id')
|
.setName('case_id')
|
||||||
.setDescription('Case ID of the punishment to be overwritten')
|
.setDescription('Case ID of the active punishment to be overwritten')
|
||||||
.setRequired(true))
|
.setRequired(true))
|
||||||
.addStringOption(x=>x
|
.addStringOption(x=>x
|
||||||
.setName('reason')
|
.setName('reason')
|
||||||
|
Loading…
Reference in New Issue
Block a user