commit 3a7084d725e476c1d0455f8d3be7203c6d05719f parent 0d1548d501250b1ee4795cf010d4e5f04a67c3ba Author: Demonstrandum <moi@knutsen.co> Date: Thu, 19 Mar 2020 21:12:17 +0000 Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic Diffstat:
M | lib/commands/uwu.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/uwu.ts b/lib/commands/uwu.ts @@ -141,5 +141,5 @@ export default home_scope => { .split(' ') .map(uwuify); - message.channel.send(result.join(' ')); + message.channel.send(result.join('')); };