From fb60e68b3f8d09333bfe495098fef59e01fc81a6 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 24 Feb 2021 15:47:20 -0500 Subject: tidy up accounts channel key in account's json will limit that key to that channel --- tildeverse.json.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tildeverse.json.example (limited to 'tildeverse.json.example') diff --git a/tildeverse.json.example b/tildeverse.json.example new file mode 100644 index 0000000..278308d --- /dev/null +++ b/tildeverse.json.example @@ -0,0 +1,8 @@ +{ + "client_id": "myclientid", + "client_secret": "myclientsecret", + "access_token": "myaccesstoken", + "base_url": "https://tilde.zone", + "channel": "remove this key if you don't want to limit the bot" +} + -- cgit 1.4.1