Discordia icon indicating copy to clipboard operation
Discordia copied to clipboard

feat: Add crosspost and news channel supports

Open Bilal2453 opened this issue 4 months ago • 0 comments

Adds the ability to follow Announcement/News channels, as well as the ability to crosspost messages. This should be forward compatible with the dev branch.

New Methods

  • Message:crosspost() - cross-posts the message publishing it into following channels

  • GuildTextChannel:follow(targetId) - start following the news channel and publishing announcements into targetId.

Note: to access the original message of a cross-posted message referencedMessage can be used. Currently the docs for it are wrong, referencedMessage is more than just replies.

Bilal2453 avatar Oct 18 '24 20:10 Bilal2453