This is my code
import fileinput import json with fileinput.input(files=(\'bot_details.json\')) as f: my_load = json.load(f) TOKEN=my_load["TOKE