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