Kurisu2 is a complete rewrite of the Kurisu bot. This document explains most of the major changes.
There is a new log which contains every action against a user, channel, or other things. For example, every takehelp and givehelp, warn and warn deletion, and more, each have their own entry in the log.
Action entries each have their own snowflake ID (based on the date), and contain the user, target, kind, description, and certain extra information. Entries can be exported on demand to CSV files.
Action entries can also have attachment URLs. You can add URLs manually with .<cmd> 78465448093417472 https://...
. You can also attach files when calling .<cmd> 78465448093417472
.
If the URLs point to Discord attachments, make sure the associated messages are not deleted.
Action entries are permanent cannot be deleted without manual removal from the database.
Warns now have snowflake IDs. delwarn
now takes an ID.
- Commands like
listwarnsid
no longer exist. The functionality has been combined into one command likelistwarns
.