better readme
This commit is contained in:
parent
b87195ab71
commit
98ac419020
23
README.md
23
README.md
|
@ -1,3 +1,24 @@
|
||||||
# Jiji
|
# 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
BIN
assets/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in a new issue