A tiny version of Discord that is Always on top, so you can chat with your friends while doing something else! VERSION FRANCAIS TOUT EN BAS !!!
CAUTION: This software is in French only, I will translate in the future My inspiration is from this Reddit Post
You need Node.js to run this script: Download Then download the repo, and type in the directory console:
npm install
npm run start
// or
node main.js
Better methods exists, this is just the simplier one
electron-packager .
You need to modify the script to match your Discord Bot account.
Configuration is in config.json file
{
"token": "YOUR_DISCORD_BOT_TOKEN"
}
There is a lot to do, this is just an alpha version that I made few month ago
- Emojis support (Currently displaying weird emojis ID
<:check:797170017691107328>) - People who are writting animation
- Videos supports
- Markdown messages
- Add English
This software is using a Discord Bot user, but obviously, using this software with your Discord account seems to be much better, but it is similar as selfbot: According to this tweet, Discord forbids this use case.
- Discord :
Dalvi#3682
L'idée me vient de ce post sur Reddit
Vous devrez installer Node.JS pour faire fonctionner cette application: Télécharger Puis, téléchargez ce Repo Ouvrez une console et tapez:
npm install
npm run start
// ou
node main.js
Il y a des meilleures solutions pour compiler, mais voici la plus simple:
electron-packager .
Vous devrez modifier le fichier de configuration avec le Token de votre Bot Discord
Le fichier de configuration se nomme: config.json
{
"token": "VOTRE_TOKEN_BOT_DISCORD"
}
Il y a encore beaucoup d'amélioration que je dois apporter, c'est seulement une version Alpha
- Support des émojis (Actuellement affichés en brut
<:check:797170017691107328>) - Animation quand des utilisateurs écrivent
- Support des vidéos
- Messages mise en formes (markdown)
- Traduire en Anglais
Ce logiciel utilise un Bot Discord pour fonctionner, mais utiliser son compte personel Discord serait bien mieux, malheuresement d'après ce tweet, Discord ban tout ceux qui utilise cette méthode.
- Discord :
Dalvi#3682

