What's Changed
- Replace Discordbot with REST API functions by @MiraiSubject in #6
- Remove Discord bot application located in
apps/discordbot
Migrating from Cosette-Lite 2.1
Important migration nodes:
- Native Windows works again because we do not use Unix sockets anymore for IPC. In fact there is no IPC at all anymore and it's all contained in one app.
- Make sure to remove the bot from your
docker-compose.yml
and delete any related images.
Full Changelog: 2.1...2.2