From 46a288c041c3d0d51fab17eccbe78a56de6c3414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Fri, 1 Mar 2019 02:52:59 +0100 Subject: [PATCH] Fix pie help command --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index f4e7014..d2cc1fe 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "2.1.1"; +const version = "2.1.2"; import x2i from "./x2i"; import { existsSync } from "fs"; @@ -27,7 +27,7 @@ async function handle(roomId, event) { if (event.content.body === "!xhelp" || event.content.body === (await client.getUserProfile(await myself)).displayname + ": help") {help(roomId); return;}; if (event.content.body === "!xik") {xik(roomId); return;}; - if (event.content.body === "!pie") {xpie(roomId); return;}; + if (event.content.body === "!xpie") {xpie(roomId); return;}; if (event.content.body === "!xdebug") {debug(roomId); return;}; console.log("Trying to convert the message!");