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