From 2a8c799d7a9ad46f398c5e2feb448140eecbc638 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 17 Aug 2017 01:40:08 -0400 Subject: Official 1.1.0 release! Changelog: New command handler! --- commands/git.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 commands/git.js (limited to 'commands/git.js') diff --git a/commands/git.js b/commands/git.js new file mode 100644 index 0000000..c513d60 --- /dev/null +++ b/commands/git.js @@ -0,0 +1,4 @@ +const Discord = require('discord.js'); +exports.run = (client, message, args, config) => { + message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot"); +} -- cgit v1.2.3