summaryrefslogtreecommitdiff
path: root/commands/attack.js
blob: b17d0d90287c517ed53fde44e8e81090a0845c0b (plain) (blame)
1
2
3
4
5
6
7
8
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;
}