3 messages · Page 1 of 1 (latest)
you called your bot's file discord.py, causing the import discord to fail
discord.py
import discord
it's getting confused because of the same naming, you shouldn't name your bot's file discord.py
name it something like mybot.py
mybot.py