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