diff options
Diffstat (limited to 'src/commands/roleplay/holdhands.ts')
| -rw-r--r-- | src/commands/roleplay/holdhands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/holdhands.ts b/src/commands/roleplay/holdhands.ts index ec63061..61c3469 100644 --- a/src/commands/roleplay/holdhands.ts +++ b/src/commands/roleplay/holdhands.ts @@ -27,6 +27,6 @@ module.exports = class HoldHandsRoleplay extends Command { }); } run(msg: CommandoMessage, { uUser }: any) { - return msg.say(`___**${msg.author.username}** holds **${uUser.username}** hand.___` + ' ' + emoji.random()) + return msg.say(`***${msg.author.username}** holds **${uUser.username}** hand.*` + ' ' + emoji.random()) } };
\ No newline at end of file |