From ab6d0a93f880c51b1a2ae7bcb17335e949c63441 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 4 Apr 2025 06:55:00 +0000 Subject: [PATCH] update example --- state.json.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 state.json.example diff --git a/state.json.example b/state.json.example new file mode 100644 index 0000000..775ad11 --- /dev/null +++ b/state.json.example @@ -0,0 +1,8 @@ +{ + "nick": "chatterbot", + "realname": "a bot by ~nebula", + "channels": ["#bots"], + "times": {}, + "counts": {} +} + \ No newline at end of file