Skip to content Skip to sidebar Skip to footer

Attributeerror: Module 'discord' Has No Attribute 'embed'

I have this code: embed=discord.Embed(title='Commands - Type '/help [command prefix]' for command info!', color=0xff0d13) embed.set_footer(text='!blacklist, !clean, !clear, !discon

Solution 1:

Your problem is most likely cause by you naming that file or some other file somewhere in your path to discord.py. To fix it, just rename your file to something else. Maybe run.py or something?


Post a Comment for "Attributeerror: Module 'discord' Has No Attribute 'embed'"