Merge branch 'dev' of gitlab.libraryofcode.org:engineering/community-relations/backend into dev

dev
Matthew 2023-02-15 21:04:45 -05:00
commit 743d98acf7
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('.');
}
}