Test await

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 12:01:00 +00:00
parent 268f8961b0
commit cea110ce4b
16 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class DivorceCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *divorces* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *divorces* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class EatCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *eats* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *eats* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class FalconPunchCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *falcon punches* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *falcon punches* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class FistBumpCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *fist-bumps* ${thingToRoleplay} *badalalala*`);
return message.channel.send(`${message.author} *fist-bumps* ${thingToRoleplay} *badalalala*`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class HighFivesCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *high-fives* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *high-fives* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class HitwithShovelCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *hits* ${thingToRoleplay} *with a shovel*`);
return message.channel.send(`${message.author} *hits* ${thingToRoleplay} *with a shovel*`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class HugCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *hugs* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *hugs* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class InhaleCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *inhales* ${thingToRoleplay} *but gained no ability...*`);
return message.channel.send(`${message.author} *inhales* ${thingToRoleplay} *but gained no ability...*`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class KillCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *kills* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *kills* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class KissCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *kisses* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *kisses* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class MarryCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *marries* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *marries* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class PatCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *pats* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *pats* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class PokeCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *pokes* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *pokes* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class PunchCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *punches* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *punches* ${thingToRoleplay}`);
}
};
+1 -1
View File
@@ -17,6 +17,6 @@ module.exports = class SlapCommand extends commando.Command {
}
console.log(`[Command] ${message.content}`);
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
message.channel.send(`${message.author} *slaps* ${thingToRoleplay}`);
return message.channel.send(`${message.author} *slaps* ${thingToRoleplay}`);
}
};