summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/blush.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-07 17:08:13 -0700
committer8cy <[email protected]>2020-07-07 17:08:13 -0700
commit4e114ff0797cb9566066afb6cda229b3ce3f055a (patch)
treeed99bdc39f43e2411bd2e2fdde03b68af9624ac1 /src/commands/roleplay/blush.ts
parentadd owner cmd (diff)
downloaddep-core-4e114ff0797cb9566066afb6cda229b3ce3f055a.tar.xz
dep-core-4e114ff0797cb9566066afb6cda229b3ce3f055a.zip
fix roleplay thing
Diffstat (limited to 'src/commands/roleplay/blush.ts')
-rw-r--r--src/commands/roleplay/blush.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/blush.ts b/src/commands/roleplay/blush.ts
index 9a1ab5c..650fe29 100644
--- a/src/commands/roleplay/blush.ts
+++ b/src/commands/roleplay/blush.ts
@@ -26,6 +26,6 @@ module.exports = class BlushRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
- return msg.say(`___**${msg.author.username}** blushes at **${uUser.username}**.___` + ' ' + emoji.random())
+ return msg.say(`***${msg.author.username}** blushes at **${uUser.username}**.*` + ' ' + emoji.random())
}
}; \ No newline at end of file