We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
decorators for voice permissions
discord.ext.commands
@commands.has_permssions doesn't check voice channel permissions
@commands.has_permssions
a new decorator that checks if the bot/author are in a voice channel and have that permissions in the current voice channel
have to use @has_guild_permissions or check inside the command
@has_guild_permissions
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
decorators for voice permissions
What is the feature request for?
discord.ext.commands
The Problem
@commands.has_permssions
doesn't check voice channel permissionsThe Ideal Solution
a new decorator that checks if the bot/author are in a voice channel and have that permissions in the current voice channel
The Current Solution
have to use
@has_guild_permissions
or check inside the commandAdditional Context
No response
The text was updated successfully, but these errors were encountered: