Previous question that I have looked over suggests that the name of the file is 'Discord.py' however this isn't the issue this time. Currently I am running:
import discord
client = discord.Client()
Which then returns
AttributeError: partially initialized module 'discord' has no attribute 'Client' (most likely due to a circular import)
How can I fix this? and thank you in advance