git webhook testing

This commit is contained in:
2019-04-04 22:23:16 +11:00
parent fd6e4ab922
commit b14fa5091f

View File

@@ -6,6 +6,6 @@ module.exports = {
permissions: ['READ_MESSAGES'],
category: 'general',
command: (client, msg) => {
msg.reply("G'day!")
msg.reply("G'day Mate!")
}
}