From 7f687d23f7715a7c0489df002766b7cb393d400a Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Tue, 15 Jun 2021 14:40:45 -0400 Subject: Fix errors/issues in json files --- account.json.example | 1 - config.json.example | 3 +-- tildeverse.json.example | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/account.json.example b/account.json.example index 229c11e..e9a2417 100644 --- a/account.json.example +++ b/account.json.example @@ -2,4 +2,3 @@ "username": "bensbots", "password": "my super secret password" } - diff --git a/config.json.example b/config.json.example index 4eeeff2..4ec47b1 100644 --- a/config.json.example +++ b/config.json.example @@ -3,6 +3,5 @@ "address": "127.0.0.1", "port": 6667, "tls": false, - "botnick", "tooter" + "botnick": "tooter" } - diff --git a/tildeverse.json.example b/tildeverse.json.example index 278308d..5fdd596 100644 --- a/tildeverse.json.example +++ b/tildeverse.json.example @@ -5,4 +5,3 @@ "base_url": "https://tilde.zone", "channel": "remove this key if you don't want to limit the bot" } - -- cgit 1.4.1