From 3cbe645c46dbe3b53f5c7219c30a58f4d29b01dd Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sun, 15 Jan 2023 19:56:59 +0300 Subject: [PATCH] Remove undeeded nesting & use 2 space indents for json --- config.json | 11 +++++++++++ config/config.json | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 config.json delete mode 100644 config/config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..fe0bc09 --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "webhook_url": "", + "webhook_name": "", + "webhook_avatar": "", + "webhook_message": "", + "api_key": "", + "api_secret": "", + "access_token": "", + "acesss_secret": "", + "user_id": "" +} diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 98be09d..0000000 --- a/config/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "webhook_url": "", - "webhook_name": "", - "webhook_avatar": "", - "webhook_message": "", - "api_key": "", - "api_secret": "", - "access_token": "", - "acesss_secret": "", - "user_id": "" -} \ No newline at end of file