From 668738e5e723da9b5fc43b461da6d62c2393c9cd Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 20 Sep 2023 14:54:34 +0700 Subject: [PATCH] Create config.json.example --- config.json.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..0c3da7a --- /dev/null +++ b/config.json.example @@ -0,0 +1,17 @@ +{ + "global": { + "lookup_all": true, + "discord_bot_token": "your_discord_token", + "discord_guild_id": "your_guild_id", + "steam_api_key": "your_steam_api" + }, + "users": { + "user1": { + "discord": "user1_discord_id", + "steam": "user1_steam_id" + }, + "user2": { + "discord": "user2_discord_id" + } + } +} \ No newline at end of file