better readme

This commit is contained in:
WanderingPenwing 2024-07-14 12:29:53 +02:00
parent b87195ab71
commit 98ac419020
2 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,24 @@
# Jiji
A simple discord client aimed at lightness
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)
# Screeshots
![screenshot](./assets/screenshot.png)
# Features
- messages read/write in channels or direct messages
- direct messages : initiated by other users, but persistent
- no voice as we are using a bot
- notifications : disabled by default, you enable them channel by channel
# Need further testing
maybe able to use user token instead of bot token, but careful, you might get banned
-> may be a solution to access voice features (need some more research)

BIN
assets/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB