so I asked for help in the replit server and they all started yelling at me bc i havent messed with json files to much
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'str' object has no attribute 'read'
thats the error i was given
heres the code they gave me
async def listblacklist(ctx):
d = json.load('muted.json')
ids = list(d.keys())