my discord client
Find a file
2024-07-14 14:40:46 +02:00
assets better readme 2024-07-14 12:29:53 +02:00
src removed relic of token file 2024-07-14 14:40:46 +02:00
.gitignore try 2 2024-03-07 09:20:16 +01:00
Cargo.toml better refresh control 2024-07-14 11:14:05 +02:00
jiji.project moved token access 2024-07-14 11:54:25 +02:00
README.md better readme 2024-07-14 12:29:53 +02:00
shell.nix added channel fetching 2024-07-10 19:58:41 +02:00

Jiji

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

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)