You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe my problem can be fixed with a simple flag. I did read the ctl flags but could not find the one I need.
betterdiscordctl install gives me this:
WARN: Discord config directory not found (/root/.config/discord).
WARN: Discord canary config directory not found (/root/.config/discordcanary).
WARN: Discord ptb config directory not found (/root/.config/discordptb).
WARN: Discord development config directory not found (/root/.config/discorddevelopment).
ERROR: Discord development config directory not found: /root/.config/discorddevelopment
My Discord configs are on ~/.config/discord.
The text was updated successfully, but these errors were encountered:
It sounds to me like you're running betterdiscordctl as root, which you should not. If you run it as your regular user, it'll look in ~/.config/discord and so on instead.
If you're calling it from a script that runs as root, try sudo -u pandasoli betterdiscordctl install (or similar if you prefer an alternative to sudo).
Maybe my problem can be fixed with a simple flag. I did read the ctl flags but could not find the one I need.
betterdiscordctl install
gives me this:My Discord configs are on
~/.config/discord
.The text was updated successfully, but these errors were encountered: