mirror of
https://github.com/LeviSnoot/MediaFixer.git
synced 2024-12-03 18:20:02 +01:00
Update config.json
Fix embarrassing .json syntax error
This commit is contained in:
parent
256e786e74
commit
4e9058f95d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"token": "your-token-goes-here", // Your bot token from https://discord.com/developers/applications/XXXXXXXXXXXXXXXXXXX/bot
|
"token": "your-token-goes-here",
|
||||||
"tweetParser": "https://fxtwitter.com/" // This value can be changed to any twitter embed service, for example "https://vxtwitter.com/"
|
"tweetParser": "https://fxtwitter.com/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue