Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Sep 25, 2018
1 parent 18a32e3 commit b22de2f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions commands/joe.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
exports.run = (client, message) => {
if(!message.member.userID === '208688963936845824' || '278620217221971968') {
exports.run = (client, message, args) => {
if(message.author.id === '208688963936845824' || '278620217221971968') {
message.delete()
message.channel.send(`Joe have declared war on ${args[0]}, their anus will now be destroyed by the one and only... Virgin Slayer 69`);
}
else {
return;
}
message.channel.send(`Joe have declared war on ${args[0]}, their anus will now be destroyed by the one and only... Virgin Slayer 69`)

}

exports.conf = {
Expand Down

0 comments on commit b22de2f

Please sign in to comment.