This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Releases: sleeyax/aternos-discord-bot
Releases · sleeyax/aternos-discord-bot
v0.3.6
v0.3.2
v0.3.1
v0.3.0
MAJOR CHANGES
Implemented Discord's v2 slash commands for better permission control.
This bot now comes with a new set of default permissions:
- Anyone who has access to slash commands (i.e
@everyone
, unless they are explicitly banned from executing any command) can execute all commands except/configure
,/start
,/stop
and/ping
. - Anyone who can manage the server (i.e server admin or
mod
roles) can execute all commands, including the above mentioned exclusions.
To override these defaults, go to Server Settings
> Integrations
and then click ‘Manage’ next to Minecraft Server
. Read the following article for more details: https://discord.com/blog/slash-commands-permissions-discord-apps-bots.
MINOR CHANGES
- Improved websocket disconnection handling