From 71a34e80a5646bd71990b233b72916515e1d69c3 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:56:21 -0500 Subject: [PATCH] Update Hubot.coffee --- h/Hubot.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h/Hubot.coffee b/h/Hubot.coffee index ebba60af..f8da42c5 100644 --- a/h/Hubot.coffee +++ b/h/Hubot.coffee @@ -1,3 +1,3 @@ module.exports = (robot) -> robot.respond /hello/i, (msg) -> - msg.send 'Hello World' + msg.send "Hello World"