diff --git a/package.json b/package.json index 21096f6..8227df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raboneko", - "version": "0.17.1", + "version": "0.17.2", "description": "Raboneko.", "main": "dist/index.js", "engines": { diff --git a/src/modules/cutefishInfo.ts b/src/modules/cutefishInfo.ts index f68deb5..1f3c193 100644 --- a/src/modules/cutefishInfo.ts +++ b/src/modules/cutefishInfo.ts @@ -5,9 +5,8 @@ import { containsWord } from '../util'; const CUTEFISH_MESSAGE = `Ok, wisten up, you! Cutefish used to be part of Ultramarine, until the devewoper just weft, cwosed the website, and weft the GitHub. There's no wevival of Cutefish that wasts wong, and we won't mantain it. If you can pwove to use that a wevival of Cutefish will wast wong, we'll think about it. Now scoot! Sowwy if you were just saying the word in nowmal convewsation. Keep gowing :3` - client.on(Events.MessageCreate, async (message) => { if (containsWord(message, 'cutefish')) { - await message.react(CUTEFISH_MESSAGE); + await message.reply(CUTEFISH_MESSAGE); } }); diff --git a/src/modules/funAI.ts b/src/modules/funAI.ts index 48aaf35..d22038a 100644 --- a/src/modules/funAI.ts +++ b/src/modules/funAI.ts @@ -2,7 +2,6 @@ import client from '../client'; import { Events, Message } from 'discord.js'; import { containsWord } from '../util' - client.on(Events.MessageCreate, async (message) => { if (containsWord(message, 'krane')) { await message.react('1233642528889245776');