Discord bot for muting members
Discord bot that mutes voice activation in specific channels. Scans for members with voice activation on and prompts to use "Push To Talk" instead. Prevents disruptions and maintains order in the community.
Please note that I am still in the process of developing the Discord bot and it may not function perfectly or as intended at all times. There may be bugs or glitches that I am still working to fix, and I appreciate your patience as I continue to improve and refine the bot.
-
Invite the bot to your server Silencer Bot
-
Clone the repo to your own computer
-
Open with Visual Studio Code or any other IDE/Code Editor
npm install
-
Before executing the program you should create a discord role that restricts members
- ex. "muted"
- Bot configuration
- channel_id
the id of the voice channel you want the bot to run on
Right click the voice channel and Copy ID - role_id
the id of the role that the bot assigns to members
Server settings => Roles => More => Copy ID
- channel_id
/config
- Mutes all the members in the channels
/mute
- Unmutes all the members in the channel
/unmute
- To run the program write the following in the terminal
npm start
For any advise or common issues you can contact me on discord: 𝚔𝚑𝚊𝚗𝚊𝚛𝚔#8272
- Initial Release
Has no license