Simp-O-Matic

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

commit 8811e5669b13774de0506116ab4005eca1c52a99
parent 485fb0d4545500a9ab91e05749df971a9f52a885
Author: danyisill <danyisill@users.noreply.github.com>
Date:   Sat, 21 Mar 2020 13:53:04 +0300

Create yn.ts

Diffstat:
Alib/commands/yn.ts | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/commands/yn.ts b/lib/commands/yn.ts @@ -0,0 +1,4 @@ +export default home_scope => { + const { message } = home_scope; + message.react('✅').then(() => message.react('❎')).catch(console.log) +};+ \ No newline at end of file