Closed tepec closed 4 years ago
Allow a channel's owner to permit multiple users and roles at once, like so :
permit
!voice permit @role1 @user1 @role2 @user2 @role3 @user3
Only works with mentions, can't work with nicknames.
Note : I wrapped the .updateOverwrite(userOrRole, options) into a short setTimeout to avoid being blocked by Discord API's rate limit.
.updateOverwrite(userOrRole, options)
setTimeout
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.