Skip to content

Commit 1d7bd2e

Browse files
committed
Update index.ts
1 parent e751ef2 commit 1d7bd2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ bot.on("threadCreate", (thread) => {
226226
bot.on("messageCreate", async (msg) => {
227227
if (msg.author?.id === bot.user?.id) return;
228228

229+
if (msg.content.includes("🙂👍👍")) {
230+
msg.channel.send("heya!");
231+
}
232+
229233
handleMessage(msg);
230234
});
231235

0 commit comments

Comments
 (0)