change apply run func

dev
Matthew 2023-02-15 09:41:23 -05:00
parent bb039360a0
commit 9e6d19897c
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ export default class Apply extends InteractionCommand {
public async run(interaction: CommandInteraction) {
console.log(interaction.data);
interaction.createMessage('HELP ME PLEASE');
interaction.createMessage('.');
}
}