Simp-O-Matic

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

commit e8e2f6e2d4f4718511c7801ffba68bbe444cacd2
parent 3259c4378b8218c8ba471361b67946822a91da6f
Author: Bruno <b-coimbra@hotmail.com>
Date:   Sun, 22 Mar 2020 21:22:20 -0300

Update summon.ts
Diffstat:
Mlib/commands/summon.ts | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/commands/summon.ts b/lib/commands/summon.ts @@ -14,7 +14,9 @@ export default (home_scope : HomeScope) => { return; } - message.mentions.users.first().send( - `Psssst. Hey, come over to ${message.guild.name} :point-left:` - ); + message.author.send("hehe I poked you"); + + // message.mentions.users.first().send( + // `Psssst. Hey, come over to ${message.guild.name} :point-left:` + // ); };