Simp-O-Matic

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

commit 52951ebaa34482895182b3543d1434e333f67c53
parent ceaaab53ccd4931c790d0222864d853376424008
Author: Demonstrandum <moi@knutsen.co>
Date:   Thu,  6 Aug 2020 17:00:28 +0100

Delete accidental inclusion of old code

Diffstat:
Mlib/commands/license.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/commands/license.ts b/lib/commands/license.ts @@ -1,6 +1,5 @@ export default (home_scope: HomeScope) => { const { message } = home_scope; - .catch(console.warn); message.channel.send( "**GNU Affero GPLv3 (`AGPL-3.0`), _Free_ as in Freedom.**"); message.channel.send("<:AGPL:740958423008411678>");