From 8a1308f98d7f75eab6cb35393299536bbad43f3b Mon Sep 17 00:00:00 2001 From: kageru Date: Sun, 14 Jul 2019 18:36:36 +0200 Subject: [PATCH] Added readme and changelog --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8231f52 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..789e10d --- /dev/null +++ b/README.md @@ -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.