Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord Snap support #53

Open
skyecodes opened this issue May 13, 2018 · 4 comments
Open

Discord Snap support #53

skyecodes opened this issue May 13, 2018 · 4 comments

Comments

@skyecodes
Copy link

skyecodes commented May 13, 2018

I'm using the Snap version of Discord.
BeautifulDiscord can't find the ~/.config/discord folder because it doesn't exist.
Instead, it's located at ~/snap/discord/current/.config/discord.

@simoniz0r
Copy link

simoniz0r commented May 13, 2018

It's actually in ~/snap/discord IIRC

@skyecodes
Copy link
Author

@simoniz0r You're right, my bad. I edited the issue description.

@SparrowOchon
Copy link

Change the following line in app.py:
config = os.path.expanduser(os.path.join('~/.config', discord_version))
to
config = os.path.expanduser(os.path.join('~/snap/discord/current/.config/', discord_version))

@JakeStanger
Copy link

The alternative to this for anybody stumbling across this who doesn't want to edit code, is to create a symlink at ~/.config/discord targeting ~/snap/discord/current/.config/discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants