summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/hug.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-07 03:55:21 -0700
committer8cy <[email protected]>2020-07-07 03:55:21 -0700
commit385b0960abdc8bb13172330a973dafd56560cf8d (patch)
tree86e85d23404a5170ffbf870a6faeba77b3430e0e /src/commands/roleplay/hug.ts
parentadd fanart for emma :star2: (diff)
downloaddep-core-385b0960abdc8bb13172330a973dafd56560cf8d.tar.xz
dep-core-385b0960abdc8bb13172330a973dafd56560cf8d.zip
big cool :star:
- add commenting to bot.ts - add types to most of the voice commands - add art and verify cmd for emma - add roastwilly cmd - fix rp cmd formatting
Diffstat (limited to 'src/commands/roleplay/hug.ts')
-rw-r--r--src/commands/roleplay/hug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/hug.ts b/src/commands/roleplay/hug.ts
index e31e53f..d5a6f09 100644
--- a/src/commands/roleplay/hug.ts
+++ b/src/commands/roleplay/hug.ts
@@ -26,6 +26,6 @@ module.exports = class HugRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
- return msg.say(`_**${msg.author.username}** hugs **${uUser.username}**._` + ' ' + emoji.random())
+ return msg.say(`___**${msg.author.username}** hugs **${uUser.username}**.___` + ' ' + emoji.random())
}
}; \ No newline at end of file