Create audits command tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ethan Lane 2024-03-27 16:49:39 +00:00
parent e7fde3a2ea
commit e860a19bfe
2 changed files with 742 additions and 28 deletions

View file

@ -60,8 +60,7 @@ export default class Audits extends Command {
{ name: 'Mute', value: AuditType.Mute.toString() },
{ name: 'Kick', value: AuditType.Kick.toString() },
{ name: 'Ban', value: AuditType.Ban.toString() },
)
.setRequired(true))
))
.addStringOption(option =>
option
.setName('reason')