#303 and other stuff

This commit is contained in:
Isaac
2022-08-13 23:58:41 +01:00
parent c64b18a397
commit 4c176d082f
10 changed files with 70 additions and 27 deletions

View File

@@ -13,5 +13,8 @@ module.exports = class CreateUserCommand extends UserCommand {
});
}
async run(interaction) { }
async run(interaction) {
// select category
// send button
}
};