change apply run func
parent
bb039360a0
commit
9e6d19897c
|
@ -24,6 +24,6 @@ export default class Apply extends InteractionCommand {
|
||||||
|
|
||||||
public async run(interaction: CommandInteraction) {
|
public async run(interaction: CommandInteraction) {
|
||||||
console.log(interaction.data);
|
console.log(interaction.data);
|
||||||
interaction.createMessage('HELP ME PLEASE');
|
interaction.createMessage('.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue