A simple discord client aimed at lightness, not as feature complete as the official one, but the goal is to have this in the background (taking few resources) while chatting. When you want to do some proper activities on discord, you can use the heavier, more feature complete official client
# GUI
using egui to have immediate mod rendering (so the app is using very few processing power when not interacted with)
# Discord Backend
using Serenity, with a discord bot (you need to have a token)