You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added config option: prefix. This allows administrators to change the bot's command prefix.
The default prefix has been changed from "7dtd!" to "7d!". This can be reverted in the config.
Added config option: disable-status-updates. Setting this to 'true' disables the bot's status display in Discord. It also prevents the icon from changing to red when the server is down.
Added config option: disable-join-leave-gmsgs. This disables player join/leave messages.
Added config option: disable-misc-gmsgs. This disables other global messages such as player deaths.
The bot now displays help information when it is @mentioned.
The bot no-longer @mentions users in response to commands. (In compliance and with the Discord bot best practices; this prevents the bot from cluttering the user's "recent mentions" menu)
A status message now displays when there is no channel specified.
[1e89d94] Fixed crash when bot fails to send a message to the game
[ed0c55b] Fixed 7dtd!time command reading "1 days to next horde."
[3b75c26] Fixed the bot's status not changing from "Error" to "Online" when the server comes online.
[02ef35c] Fixed the bot's status reading "No connection" after a Discord client error occurs, even if the game server is online.
[bbe92a9] Fixed the bot's status changing to blank on rare occasions.