Skip to content

Commit

Permalink
chore(MessageCreateEvent): update content
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Oct 6, 2024
1 parent 67fd64e commit c3c95d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/MessageCreateEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class MessageCreateEvent extends BaseEvent {
} else if (message.content.startsWith(`⚠️ **|** <@${this.client.user?.id}>`) || message.content.startsWith(`**⚠️ | ${this.client.user?.username}**`)) {
const promises = [];
for (let i = 0; i < 3; i++) {
promises.push(message.channel.send(`-eval this.container.client.users.cache.get("${this.client.user?.id}").send(\`Woi bot kontol minta disepong.\n> https://discord.com/channels/${message.guild?.id}/${message.channel.id}/${message.id}\`)`));
promises.push(message.channel.send(`-eval this.container.client.users.cache.get("${this.client.user?.id}").send(\`Woi, bot kontol minta disepong.\n> https://discord.com/channels/${message.guild?.id}/${message.channel.id}/${message.id}\`)`));
}
await Promise.all(promises);
process.exit(0);
Expand Down

0 comments on commit c3c95d4

Please sign in to comment.