about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnton McClure <anton@antonmcclure.com>2021-06-15 14:40:45 -0400
committerBen Harris <ben@tilde.team>2021-06-16 14:44:09 -0400
commit7f687d23f7715a7c0489df002766b7cb393d400a (patch)
treeb3e4c5eee7839cd7f6cf6c477b7d933694a28a92
parentfb60e68b3f8d09333bfe495098fef59e01fc81a6 (diff)
Fix errors/issues in json files
-rw-r--r--account.json.example1
-rw-r--r--config.json.example3
-rw-r--r--tildeverse.json.example1
3 files changed, 1 insertions, 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"
 }
-