diff --git a/commands/roleplay/inhales.js b/commands/roleplay/inhales.js index 87b3791b..5bcef823 100644 --- a/commands/roleplay/inhales.js +++ b/commands/roleplay/inhales.js @@ -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...*`); } };