spacebarchat / spacebarchat/server
[Gateway] Custom Events
Open
@TheArcaneBrony is already working on this.
Since Aug 13, 2022.
Event
Module: Gateway
OPCode
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 323
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 4
Description
Bots and client plugins may want to interact with each other and other users and it would be elaborate to create custom websocket real time communication for each custom plugin.
Thats why bots and plugins should be able to send custom events to specific users, channels or guilds to e.g. make a whiteboard plugin.
It should require some type of pre configuration and rate limit of what type of events can be sent in a limited time span to avoid abuse.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.