This commit is contained in:
parent
1be9ba23a3
commit
9fce79579b
4 changed files with 38 additions and 1 deletions
|
@ -7,7 +7,10 @@ export default class Effects extends Command {
|
|||
|
||||
this.CommandBuilder = new SlashCommandBuilder()
|
||||
.setName("effects")
|
||||
.setDescription("Effects");
|
||||
.setDescription("Effects")
|
||||
.addSubcommand(x => x
|
||||
.setName("list")
|
||||
.setDescription("List all effects I have"));
|
||||
}
|
||||
|
||||
public override async execute(interaction: CommandInteraction) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue