From b14fa5091fbada006e4b77855a39efe11ae58089 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 4 Apr 2019 22:23:16 +1100 Subject: [PATCH] git webhook testing --- commands/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/hello.js b/commands/hello.js index 57cde59..e38c7f7 100644 --- a/commands/hello.js +++ b/commands/hello.js @@ -6,6 +6,6 @@ module.exports = { permissions: ['READ_MESSAGES'], category: 'general', command: (client, msg) => { - msg.reply("G'day!") + msg.reply("G'day Mate!") } } \ No newline at end of file