Skip to content

Commit

Permalink
forgot this part
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Sep 30, 2024
1 parent 85c7008 commit 0dd1c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/discord/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export class DiscordBot extends Service {
if (this.container.getService("Motd")?.isValidMsg(content))
this.container.getService("Markov")?.learn({
authorName: msg.author.username,
authorID: msg.author.id,
message: msg.content,
});
}
Expand Down

0 comments on commit 0dd1c28

Please sign in to comment.