Merge branch 'dev' of gitlab.libraryofcode.org:engineering/community-relations/backend into dev
commit
743d98acf7
|
@ -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