A python discord application to have a discord client in your terminal.
- Go to: Discord Developer Portal
- Create a
New Application - On the left sidebar go to:
Botand enable all settings at:Privileged Gateway Intents - Scroll up and press
Reset Tokenand save that Token - On the left sidebar go to:
Installationand Copy the Install Link - Scroll down and on
Guild InstallinScopesaddbot - Send the link in the Servers you like and Invite the Bot to see the servers.
- Start the
Distord Clientand Paste the Token. (ctrl+t) to open the Token Modal
/server - Jump to server workspace context [Use 'dms' for Direct Messages]
/channel - Switch channel scope context path
/dm - Open a direct DM channel thread with a user
/upload - Upload a local file/image (Max 10MB)
/react - Post reaction payload directly to tracking index
/reply - Chain inline threading text reply directly to target index
/edit - Edit a tracking message context sent by this engine client
/delete - Purge structural tracking record message out of history live
# clone
git clone https://github.com/Tamino1230/Distord.git
cd Distord
cd src/App
pip install -r requirements.txt
cd ../../
# windows build
cd src/Build
./buildWindows.bat
# linux
chmod +x buildLinux.sh
./buildLinux.shThen run the outputted file in the src/Build directory
| Issue | Solution |
|---|---|
| Gateway crash: Cannot connect to host discord.com_443 ssl:True ssl:certificate _verirfy_failed certificate very failed: unable to get local issueer certificate (_ssl.c:1010)\ | Build it on your device |
If you're Issue is not listed here please open an Issue

