User/Channel model #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that we're adding more advanced bot features we would need some way to model users and channels. Currently we just use string names to represent these.
In discord especially both of these have an ID as well as a name and we would want to accept both where possible.