An out of the way app with additional commands and a patch for Discord.
Public Invite. Uptime not guaranteed.
/ping
Check if I am alive
Members with move member perms can bulk move and set voice channel region.
/move <voice-channel>
Move everyone to another voice channel
Move Members
/region get
Get voice channel region
/region set <region>
Set voice channel region
Move Members
Notification roles can be created by prefixing a role name with !! like !!chill. The /notify command may be used by members with a role named @notifier.
/notify <role> [message]
Notify subscribed server members
@notifier, Mention Everyone
/subscribe <role>
Subscribe to notifications
/unsubscribe <role>
Unsubscribe from notifications
This bot grants members who enter a voice channel without sufficient permissions access to the text chat without viewing message history. This is achieved by adding channel permission overrides when a member joins a voice channel, then removing them when they leave.
npm install
npm run dev
npm install --production
npm run build
npm run start
To start your application:
docker-compose up -d
To shut down your application:
docker-compose down
To view your application's logs:
docker-compose logs
For the full command list please view the Docker Documentation.
This bot is built with disccordx. You can support discordx by giving it a GitHub star.