Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement background updates #6

Open
2 tasks
i-am-gizm0 opened this issue Sep 2, 2021 · 3 comments
Open
2 tasks

Implement background updates #6

i-am-gizm0 opened this issue Sep 2, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@i-am-gizm0
Copy link
Contributor

i-am-gizm0 commented Sep 2, 2021

  • Member count channel
    In TS, when someone joins or leaves the server, we update the name of a voice channel with the new number of members. TS Implementation
  • VC ping role update
    When someone joins or leaves a voice channel in a server, we give/remove a special @vc role so people can mention others in the call. TS Implementation
@i-am-gizm0 i-am-gizm0 added the enhancement New feature or request label Sep 2, 2021
@i-am-gizm0 i-am-gizm0 added this to the 0.2.0 milestone Sep 2, 2021
@Muirrum
Copy link
Member

Muirrum commented Sep 7, 2021

You can do both of these by implementing additional functions on the EventHandler impl for the Handler struct. This event will fire when a member joins, and this one will fire when a member leaves. This one will fire whenever a voice state updates

@Muirrum
Copy link
Member

Muirrum commented Sep 10, 2021

Also i'm wondering - does anyone use the @vc role?

@i-am-gizm0
Copy link
Contributor Author

I've seen it used a few times but we haven't had many people in vc at once in a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants