Skip to content
/ Qtcord Public

Qtcord is a Discord client built with Qt aiming to bring a lightweight, native experience.

License

Notifications You must be signed in to change notification settings

mak448a/Qtcord

Repository files navigation

QTCord

QTCord is a Discord client aiming to bring a native look-and-feel chat experience.

Setup

Throw your token into discordauth.txt and copy any discord channel id (enable developer mode, right click, copy id) and throw that into discord_channel.txt.

Then do the standard Python procedure: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Afterwards, just run main.py.

python3 main.py