Skip to content

Commit

Permalink
Update app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaga-live committed Sep 30, 2023
1 parent 1934348 commit 678c6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export class App {
*
*/
client.on('messageCreate', async (message: Message) => {
console.log('DEBUG - Message Create');
const guildMessage = this.eventsProcessor.buildGuildMessage(message);
return this.eventsHandler.messageCreate(guildMessage);
});
Expand Down

0 comments on commit 678c6c7

Please sign in to comment.