summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/inhale.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/roleplay/inhale.ts')
-rw-r--r--src/commands/roleplay/inhale.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/inhale.ts b/src/commands/roleplay/inhale.ts
index 3f94701..0dbafe6 100644
--- a/src/commands/roleplay/inhale.ts
+++ b/src/commands/roleplay/inhale.ts
@@ -26,6 +26,6 @@ module.exports = class InhaleRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
- return msg.say(`___**${msg.author.username}** inhales **${uUser.username}** but gained no abilities.___` + ' ' + emoji.random())
+ return msg.say(`***${msg.author.username}** inhales **${uUser.username}** but gained no abilities.*` + ' ' + emoji.random())
}
}; \ No newline at end of file