[Feature] Add API for bots to fetch message and user info #57
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/out-of-your-element#57
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?
I maintain a bot for a Discord server with a large group of friends that we've recently bridged to Matrix. This has made certain moderation tasks a bit more difficult and limits some of the user-facing features (such as an XP and regular users system).
It would be very helpful if OOYE exposed a public API that would allow a bot to fetch the same info that's available in the right click menu on Discord, similar to what PluralKit offers (https://pluralkit.me/api/endpoints/#get-proxied-message-information).
Done for message info, which also returns the associated user info: https://gitdab.com/cadence/out-of-your-element/src/branch/main/docs/api.md