ContextRoute✨
Description
A context route defines the "location" where a conversation is taking place.
The "root" of the context tree is the User themselves, and the leaves are the Couplet
This diagram shows the context route tree in the Discord interface.
A typical chat will happen in a Thread in a Channel in a Category. In that case, a given Couplet's route for a Chat that occurs in a thread would be:
(id
is a number
that Discord provide to uniquely identify each element, get it by turning on developer tools in Discord and right-clicking any element in the UI])
User/
server_[id]/
category_[id]/
channel_[id]/
thread_[id]/
couplet0
tl;dr -
Last modified: 22 February 2024