Simp-O-Matic

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

commit 64c3733905239f1f555fc891cc2046edb11fd211
parent 0684b7f356f9396b444e5b214089de777ce28ed4
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 23 Mar 2020 13:10:26 +0000

Fix pat.ts.

Diffstat:
Mlib/commands/pat.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands/pat.ts b/lib/commands/pat.ts @@ -55,5 +55,5 @@ export default (home_scope: HomeScope) => { }); }; - pat(message.mentions.users.first().avatarURL()); + pat(message.mentions.users.first().avatarURL({ 'format': 'png' })); };