Scott-778/coinmarketcap-sniper-bot

JSON at position 251 error

anandexclusive opened this issue · 2 comments

Below Bug pops in the cmd please address

SyntaxError: Unexpected token { in JSON at position 251
at JSON.parse ()
at F:\BOT 08.03.2022\coinmarketcap-sniperbot-main\cmcBot.js:255:26

If you edited tokensBought.json file make sure that it's correct json format.

{
    "tokens": [
        {
            "address": "Tokens you buy will show up here and wont be bought again"
        },
        {
            "address": ""
        },
       {
            "address": ""
        }

    ]
}