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/attack.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 commands/attack.js (limited to 'commands/attack.js') diff --git a/commands/attack.js b/commands/attack.js new file mode 100644 index 0000000..b17d0d9 --- /dev/null +++ b/commands/attack.js @@ -0,0 +1,9 @@ +const Discord = require('discord.js'); +exports.run = (client, message, args, config) => { + //This command was ported from AstralMod + +message.channel.send("<@" + message.author.id + "> :right_facing_fist: " + args); + + +commandProcessed = true; +} -- cgit v1.2.3