summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/pat.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/pat.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/pat.ts')
-rw-r--r--src/commands/roleplay/pat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/pat.ts b/src/commands/roleplay/pat.ts
index 82c47d2..8b2d632 100644
--- a/src/commands/roleplay/pat.ts
+++ b/src/commands/roleplay/pat.ts
@@ -26,6 +26,6 @@ module.exports = class PatRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
- return msg.say(`_**${msg.author.username}** pat **${uUser.username}**._` + ' ' + emoji.random())
+ return msg.say(`___**${msg.author.username}** pats **${uUser.username}**.___` + ' ' + emoji.random())
}
}; \ No newline at end of file