From c3e907725d381b33f87f744d9431f6f42ba5b14f Mon Sep 17 00:00:00 2001 From: Kit Kasune <63122940+WubzyGD@users.noreply.github.com> Date: Tue, 28 Dec 2021 19:17:10 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c2141..c6cdd8b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Natsuki's commands and abilities include, but are absolutely not limited to: - Advanced Warning System - Custom Welcome/Leave Messages - Autorole/Join-role +- Mass message deletion +- WIP logging system ### Fun @@ -59,6 +61,13 @@ Natsuki's commands and abilities include, but are absolutely not limited to: - Leveling Roles - Leaderboard +### Anime +- A growing database of anime and characters +- Ability to submit your own +- Watched/to watch/favorite anime lists +- Character favoriting +- (Soon to come) Waifu features! + ## FAQ > *Can I self-host Natuski?* @@ -205,4 +214,4 @@ Check out these files for some more reference and inspiration. - `/cache/` and `/cache.js` -> A strong way to cache stuff from your database on startup. - `/lxp/cacheloop.js` -> How I keep a cache of leveling information that is synced periodically and has a 10-minute entry expiry to save memory. - `/makeid.js` -> Creates a hash string of your choice in length -- Anything in `/response/` -> A massive amount of code to save, parse, send, and filter responses saved by users, which encompasses things like custom embeds and messages, allowing welcome and leave messages to work. \ No newline at end of file +- Anything in `/response/` -> A massive amount of code to save, parse, send, and filter responses saved by users, which encompasses things like custom embeds and messages, allowing welcome and leave messages to work.