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