diff options
Diffstat (limited to 'src/commands/roleplay/eat.ts')
| -rw-r--r-- | src/commands/roleplay/eat.ts | 2 |
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 |