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/botinvite.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commands/botinvite.js (limited to 'commands/botinvite.js') diff --git a/commands/botinvite.js b/commands/botinvite.js new file mode 100644 index 0000000..32c85ba --- /dev/null +++ b/commands/botinvite.js @@ -0,0 +1,5 @@ +const Discord = require('discord.js'); +exports.run = (client, message, args, config) => { +message.reply(':arrow_left: Continue in DMs.'); +message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp"); +} -- cgit v1.2.3