-
Do you guys know if it is possible to mark the channel as "unread" (like when there is a new message in the channel)? by discord api, but not sending an actual message Because for my PUG bot I dont send new messages, I only update the existing message when players joining/leaving the queue so the channel doesnt change it's state to "unread" and people dont see that someone queued the pug from outside. |
Beta Was this translation helpful? Give feedback.
Answered by
exsersewo
Apr 13, 2022
Replies: 1 comment
-
Channels being read or not is a client side thing, you will have to send a message and delete it to mark it as unread. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
csmir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Channels being read or not is a client side thing, you will have to send a message and delete it to mark it as unread.