Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention property on discord.PartialMessageable #9987

Open
PythonCoderAS opened this issue Oct 25, 2024 · 0 comments · May be fixed by #9988
Open

Mention property on discord.PartialMessageable #9987

PythonCoderAS opened this issue Oct 25, 2024 · 0 comments · May be fixed by #9988
Labels
feature request This is a feature request.

Comments

@PythonCoderAS
Copy link
Contributor

Summary

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

@PythonCoderAS PythonCoderAS added the feature request This is a feature request. label Oct 25, 2024
@Soheab Soheab linked a pull request Oct 25, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This is a feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant