Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 49f34e41e9be96eeade3e621c9f92e6ba8f6cf3a
parent 7a6609f5b218bfeda23c70fa61feed7699f2a516
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 23 Mar 2020 03:40:47 +0000

Fix ship.

Diffstat:
Mlib/commands/ship.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/commands/ship.ts b/lib/commands/ship.ts @@ -47,8 +47,8 @@ export default (home_scope : HomeScope) => { : message.mentions.users.first(), message.mentions.users.last()]; const user_avatars = { - first: users[0].avatarURL, - second: users[1].avatarURL + first: users[0].avatarURL(), + second: users[1].avatarURL() }; const in_range = ([min, max]: number[], num: number) =>