Simp-O-Matic

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

commit 603551cd51f1e46c8b72d0590454eccb0ba3af39
parent 76a2f9305cfd3018885e051881a86a5c64f07567
Author: Demonstrandum <moi@knutsen.co>
Date:   Wed, 29 Jul 2020 23:47:38 +0100

Give current web-address through !website alias by default.

Diffstat:
Mlib/default.ts | 1+
Mstop.sh | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/default.ts b/lib/default.ts @@ -47,6 +47,7 @@ const DEFAULT_GUILD_CONFIG : Types.Config = { 'blacklist': 'ignore', 'whitelist': 'ignore whitelist', 'w': 'weather', + 'website': ':clap: https://simp.knutsen.co/ :clap:', 'reply': 'respond', 'delete': 'reject', 'wa': 'wolfram', diff --git a/stop.sh b/stop.sh @@ -1,3 +1,5 @@ +#!/bin/sh + [ ! -f ./.pid ] && { echo "No PID file found."; exit 1; } PID="$(cat ./.pid)"