patchcord icon indicating copy to clipboard operation
patchcord copied to clipboard

Implementation of Discord's backend. Improvement on https://gitlab.com/litecord/litecord.

Results 5 patchcord issues
Sort by recently updated
recently updated
newest added

Currently nothing is cached. That means, messages, users, guilds, channels everything has to be fetched again and again. Caching them would be helpful

This will make it **work** when uploading a different avatar after you done it once.

Patchcord requests original discord assets from `canary.discord.com`, as seen in the `litecord.blueprints.static` module defined here: https://github.com/dolfies/patchcord/blob/ec53058f9c8feb5739e46850609990057fb96be1/litecord/blueprints/static.py#L242 As the material provided in that URL is, by default, copyrighted to Discord, modifying/patching...