Followers
0
Following
0
Joined
Last Online
-
0_0
@dgelessus Yes, I have renamed the file to my_bot.py from discord.py, I was unaware. I now have a new error:
No module named ctypes.macholib
-
0_0
Hi, I originally downloaded pythonista to develop a discord bot. But, everytime I do the following code I get errors:
import discord from discord.ext.commands import Bot from discord.ext import commands
I get the following errors: no module named “discord.ext”; “discord is not a package.