This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import os | |
import csv | |
import time | |
from datetime import datetime | |
from discord.ext import commands | |
# Load the index.json file | |
with open("index.json", "r") as index_file: | |
index_data = json.load(index_file) |