Simp-O-Matic

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

commit 515f604787d6ec152f25fed1acafdb8d28960dba
parent 3464964529a2aae2214d71cf925dc4b0ef03fcc1
Author: Demonstrandum <moi@knutsen.co>
Date:   Sat, 21 Mar 2020 01:56:57 +0000

In memory of crabbing.

Diffstat:
Alib/commands/crabbing.ts | 9+++++++++
Alib/resources/crabbing.jpg | 0
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/lib/commands/crabbing.ts b/lib/commands/crabbing.ts @@ -0,0 +1,9 @@ +import { Attachment } from 'discord.js'; + +export default home_scope => { + const { message } = home_scope; + const attached = new Attachment( + './lib/resources/crabbing.jpg', + 'crabbing.jpg'); + message.channel.send('Danny, having a jolly time.', attached); +}; diff --git a/lib/resources/crabbing.jpg b/lib/resources/crabbing.jpg Binary files differ.