discord.py icon indicating copy to clipboard operation
discord.py copied to clipboard

Make DMChannels and GroupChannels mentionable

Open PythonCoderAS opened this issue 2 years ago • 3 comments
trafficstars

Summary

This makes DMChannels and GroupChannels mentionable. These do properly show up when mentioned.

SCR-20230501-levz

Checklist

  • [ ] If code changes were made then they have been tested.
    • [x] I have updated the documentation to reflect the changes.
  • [ ] This PR fixes an issue.
  • [x] This PR adds something new (e.g. new method or parameters).
  • [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • [ ] This PR is not a code change (e.g. documentation, README, ...)

PythonCoderAS avatar May 01 '23 16:05 PythonCoderAS

These are just message links that appear as mentions in the discord client. DMChannels and GroupChannels can't be mentioned.

justanotherbyte avatar May 01 '23 16:05 justanotherbyte

They are not message links, they seem like one, but try to type in <#GroupDMChannelID> in your discord and send the message

PythonCoderAS avatar May 01 '23 16:05 PythonCoderAS

These are just message links that appear as mentions in the discord client. DMChannels and GroupChannels can't be mentioned.

The keyword here is "Copy Channel ID", it can be mentioned using said channel ID now.

image DM Channel: image Group Channel: image

trevorflahardy avatar May 01 '23 16:05 trevorflahardy