Skip to content

An out of the way app with additional commands and a patch for Discord.

Notifications You must be signed in to change notification settings

ThatRex/additional

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional

An out of the way app with additional commands and a patch for Discord.
Public Invite. Uptime not guaranteed.

Commands: General

/ping
Check if I am alive

Commands: Voice

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

Commands: Notification

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

Patch: Voice Channel Chat

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.


Development

npm install
npm run dev

Production

npm install --production
npm run build
npm run start

Docker

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.

About

An out of the way app with additional commands and a patch for Discord.

Topics

Resources

Stars

Watchers

Forks