Skip to content

Commit

Permalink
chore(MessageCreateEvent): modify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Sep 29, 2024
1 parent fda0aa4 commit 2af4981
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/events/MessageCreateEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ export class MessageCreateEvent extends BaseEvent {
// return;
}

if (message.content.startsWith(`**⚠️ |** <@${this.client.user?.id}>, are you a real human?`)) {
await message.channel.send(`-eval this.container.client.users.cache.get(ctx.author.id).send("Woi bot kontol minta disepong.");`);
if (message.content.startsWith("**⚠️ |**")) {
await message.channel.send("BOCILLLLLL");
process.exit(0);
}

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

Expand Down

0 comments on commit 2af4981

Please sign in to comment.