diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..b41f0f7 --- /dev/null +++ b/config.json.sample @@ -0,0 +1,8 @@ +{ + "name": "depressionbot", + "password": "fishes", + "admin": [ "batman" ], + "channels": [ + "#42" + ] +}