add mute and deafen permissions needed to assign it to club owners in channel creation
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Wed, 23 Oct 2024 11:08:40 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -14,7 +14,7 @@ - once the created voice channel is empty, it is deleted
## Deployment Create a bot applicationon on https://discord.com/developers/applications and give the bot read message intents. -Add the bot to your server and give it at least `Manage Channels`, `Manage Roles`, `Move Members`, `Send Messages` and `View Channels` permissions +Add the bot to your server and give it at least `Manage Channels`, `Manage Roles`, `Move Members`, `Mute Members`, `Deafen Members`, `Send Messages` and `View Channels` permissions Add your bot's token into a bot_token.py file in a format of `token = ""`