feat: is this true
willow hai@wlo.moe
Sun, 23 Nov 2025 18:44:42 +0000
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
src/events/messageCreate.ts
→
src/events/messageCreate.ts
@@ -83,6 +83,12 @@
export default { event: Events.MessageCreate, async execute(client: Client, message: Message) { + if (client.user?.id && message.mentions.has(client.user?.id)) { + if (message.content.includes("is this true")) { + await message.reply({ content: "yeh" }); + } + } + if ( !message.attachments.some((attachment) => attachment.contentType?.startsWith("image/"),