BeautifulDiscord icon indicating copy to clipboard operation
BeautifulDiscord copied to clipboard

Incompatible with Discord version "app-1.0.1001"

Open brussell98 opened this issue 3 years ago • 2 comments

Discord has released an update breaking compatibility with this tool. The files have moved from AppData/Roaming to AppData/Local, and discord_desktop_core is now located in modules/discord_desktop_core-1.

brussell98 avatar Feb 10 '21 23:02 brussell98

This is fixed in the moved-modules branch. I'll get to merging it to master eventually.

Rapptz avatar Feb 11 '21 04:02 Rapptz

Had the same problem with the latest update. As a temporary solution, the moved-modules branch can be installed with the following command: python3 -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/refs/heads/moved-modules.zip

MikeMoolenaar avatar Apr 09 '21 09:04 MikeMoolenaar