Skip to content

Crosspost method suggestion #4900

@SerenModz21

Description

@SerenModz21

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Eg. I'm always frustrated when [...]
No. This is a feature request to suggest something

Describe the ideal solution
A clear and concise description of what you want to happen.
It would be cool if Message#crosspost() or something like that to publish a message in a new channel.

The Discord API docs link:
https://discord.com/developers/docs/resources/channel#crosspost-message

Its a POST request with Authorization of Bot <theBotsToken> and the URL for this is:
https://discord.com/api/v7/channels/CHANNEL_ID/messages/MESSAGE_ID/crosspost

where the API URL and version has come from ClientOptions#http

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The main one would be Message#crosspost() but there could also be NewsChannel#crosspost(messageId) or anything that the developers could come up with

Additional context
Add any other context or screenshots about the feature request here.
Here is an image of me using the eval command to try this feature to see if it worked or not using a post request to the API
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions