fix command options & types

and start on closing
This commit is contained in:
Isaac
2022-10-11 21:24:09 +01:00
parent 4469aa4920
commit 83ab003db5
14 changed files with 267 additions and 21 deletions

View File

@@ -14,6 +14,8 @@ module.exports = class CreateUserCommand extends UserCommand {
}
async run(interaction) {
// TODO: isStaff?
// TODO: user->create
// select category
// send button
}