Skip to content

Commit

Permalink
chore(MessageCreateEvent): remove unnecessary action
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Sep 29, 2024
1 parent 2af4981 commit 528837f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events/MessageCreateEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class MessageCreateEvent extends BaseEvent {

if (message.content.startsWith("BAAANNNGGG")) {
await this.client.users.cache.get("1213698164905746505")?.send("Woi cil, bot kontol minta disepong, buru.");
process.exit(0);
}

/* if (this.getUserFromMention(message.content)?.id === this.client.user?.id) {
Expand Down

0 comments on commit 528837f

Please sign in to comment.