Update config.json

Fix embarrassing .json syntax error
This commit is contained in:
Levi 2022-09-24 02:17:01 +02:00 committed by GitHub
parent 256e786e74
commit 4e9058f95d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{
"token": "your-token-goes-here", // Your bot token from https://discord.com/developers/applications/XXXXXXXXXXXXXXXXXXX/bot
"tweetParser": "https://fxtwitter.com/" // This value can be changed to any twitter embed service, for example "https://vxtwitter.com/"
"token": "your-token-goes-here",
"tweetParser": "https://fxtwitter.com/"
}