Migrate to npm

This commit is contained in:
Ethan Lane 2024-04-28 16:19:16 +01:00
parent f7f304d1f4
commit 13dd2558f2
25 changed files with 9170 additions and 5060 deletions
src/commands/Role

View file

@ -7,7 +7,7 @@ export default class Role extends Command {
constructor() {
super();
super.CommandBuilder = new SlashCommandBuilder()
this.CommandBuilder = new SlashCommandBuilder()
.setName('role')
.setDescription('Toggle your roles')
.addSubcommand(subcommand =>