Update Hubot.coffee

This commit is contained in:
MrBrain295
2021-06-02 07:56:21 -05:00
committed by GitHub
parent b75569e990
commit 71a34e80a5

View File

@@ -1,3 +1,3 @@
module.exports = (robot) ->
robot.respond /hello/i, (msg) ->
msg.send 'Hello World'
msg.send "Hello World"