Added readme and changelog

This commit is contained in:
kageru 2019-07-14 18:36:36 +02:00
parent b0d3475469
commit 8a1308f98d
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2
2 changed files with 14 additions and 0 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
## 1.1
- getConfig and setConfig to reload the config file at runtime via discord commands
- fixed wrong timestamps in some embeds (ty CommanderLook)
# 1.0
- feature parity with [the old bot](https://git.kageru.moe/kageru/discord-selphybot) (this does not include features that were broken in the old bot)
- proper config validation at startup time

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# kagebot – where the code is better than the name
This bot is a replacement for [my old one](https://git.kageru.moe/kageru/discord-kagebot) with a very simple premise:
As much as possible should be configurable in a human-readable way.
This will allow anyone to modify the config to host their own instance tailored to their own needs,
and it allows server moderators to make changes without any coding experience. Even at runtime.
I try to maintain a comprehensive default configuration as part of the repository
because the past has taught me that I’m not good at updating readmes.