You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the mention property to discord.PartialMessageable
What is the feature request for?
The core library
The Problem
There is no way to mention an arbritary channel ID if the bot does not have access to the channel, such as if it is for a guild the bot is no longer in.
The Ideal Solution
The ideal solution is to grant the PartialMessageable class the mention property. This will make a single attribute that will make a channel link.
The Current Solution
I can either construct it manually (form of <#[id]> or use jump_url instead.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Summary
Add the
mention
property to discord.PartialMessageableWhat is the feature request for?
The core library
The Problem
There is no way to mention an arbritary channel ID if the bot does not have access to the channel, such as if it is for a guild the bot is no longer in.
The Ideal Solution
The ideal solution is to grant the PartialMessageable class the mention property. This will make a single attribute that will make a channel link.
The Current Solution
I can either construct it manually (form of
<#[id]>
or usejump_url
instead.Additional Context
No response
The text was updated successfully, but these errors were encountered: