From 4e9058f95d06714d64dcd1ed467641af678fe34e Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 02:17:01 +0200 Subject: [PATCH] Update config.json Fix embarrassing .json syntax error --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 3ba1a28..a79ad47 100644 --- a/config.json +++ b/config.json @@ -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/" }