Halocrea / voice-chat-bot

🔊 A Discord bot that lets your community manage their own voice channels
16 stars 4 forks source link

Pr/permit multiple #30

Closed tepec closed 4 years ago

tepec commented 4 years ago

Allow a channel's owner to permit multiple users and roles at once, like so :

!voice permit @role1 @user1 @role2 @user2 @role3 @user3

Only works with mentions, can't work with nicknames.

tepec commented 4 years ago

Note : I wrapped the .updateOverwrite(userOrRole, options) into a short setTimeout to avoid being blocked by Discord API's rate limit.