This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So I was regularly using my discord bot when all of a sudden:
ImportError: cannot import name 'PartialMessageable' from 'discord.channel' (/home/runner/Bug-Bot-Official/venv/lib/python3.8/site-packages/discord/channel.py)
I tried uninstalling and reinstalling discord.py and even remade the project (copy pasted the code into another one)
Please help
What is .client and .webhook? If you're trying to import discord.Client, discord.PartialMessageable and discord.Webhook, just do from discord import Client, Webhook, PartialMessageable
Aight so I checked the docs to be sure, it's just from discord import PartialMessageable
Aight so I checked the docs to be sure, it's just from discord import PartialMessageable
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Discord_Bot...
What version of discord.py are you using? Is it a fork of discord.py?