Simp-O-Matic

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

commit 00b888fb80b65d82c79ee82a54e853252ddf69e1
parent 8c47fd3f0722e06bff71d052bd420e3ac7a158ac
Author: Daniel <23189912+danyisill@users.noreply.github.com>
Date:   Sun, 22 Mar 2020 21:21:13 +0300

Create vape.ts
Diffstat:
Alib/commands/vape.ts | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/commands/vape.ts b/lib/commands/vape.ts @@ -0,0 +1,4 @@ +export default home_scope => { + const { message, args } = home_scope; + message.channel.send(args.join('').split('').join(' ')); +};