1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2025-07-27 04:57:44 +00:00

Remove undeeded nesting & use 2 space indents for json

This commit is contained in:
RGBCube 2023-01-15 19:56:59 +03:00 committed by GitHub
parent af505aa105
commit 3cbe645c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

11
config.json Normal file
View file

@ -0,0 +1,11 @@
{
"webhook_url": "",
"webhook_name": "",
"webhook_avatar": "",
"webhook_message": "",
"api_key": "",
"api_secret": "",
"access_token": "",
"acesss_secret": "",
"user_id": ""
}

View file

@ -1,11 +0,0 @@
{
"webhook_url": "",
"webhook_name": "",
"webhook_avatar": "",
"webhook_message": "",
"api_key": "",
"api_secret": "",
"access_token": "",
"acesss_secret": "",
"user_id": ""
}