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