Simp-O-Matic

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

commit 32b72ef427123e9131be9d55057f0efca25a71a4
parent ca6a323e3c6e9f156da544ce7f09acad61fe17d1
Author: danyisill <23189912+danyisill@users.noreply.github.com>
Date:   Thu, 28 May 2020 19:34:39 +0300

Merge branch 'master' of https://github.com/Demonstrandum/Simp-O-Matic

h

Diffstat:
Mlib/commands/cron.ts | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/commands/cron.ts b/lib/commands/cron.ts @@ -180,7 +180,8 @@ export class Timer { // `on_message` does important expansions. this.homescope.main.on_message( this.homescope.message, - this.homescope.CLIENT + this.homescope.CLIENT, + true ); }