Merge pull request #11 from r-Overwatch2/release/1.0.0-beta.3

Release/1.0.0 beta.3
This commit is contained in:
Lukas | AstroGD 2022-11-25 19:52:25 +01:00 committed by GitHub
commit d4457e89ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

20
Changelog.md Normal file
View File

@ -0,0 +1,20 @@
# Changelog
This file is used to list changes made to this software.
## V1.0.0 [`unreleased`]
_Current development version: **1.0.0-beta.3**_
### Features
- /info
- /logchannel
- /blocklist get
- /blocklist add
- /blocklist remove
- /preservesettings
- /showblocklist
- /showsettings
- Data will be deleted by default when the bot leaves the server
- Server admins can change the behaviour of the bot when it leaves the server to keep the data persistent
- Scans for blocked words in channel names and renames channels to "CENSORED" if found
- When settings are changed or channels are censored, notifications to a logchannel can be enabled
- CLI to change settings and get information during runtime by attaching to the apps docker container
- API for automated uptime checks to prevent the bot from going offline unnoticed

View File

@ -1,6 +1,6 @@
{
"name": "eu.astrogd.white-leopard",
"version": "1.0.0-alpha.7",
"version": "1.0.0-beta.3",
"description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary",
"main": "build/index.js",
"scripts": {