** are nice

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 04:11:56 +00:00
parent 6820890f55
commit d836e3fe91
+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...`);
message.channel.send(`${message.author} *inhales* ${thingToRoleplay} *but gained no ability...*`);
}
};