ObserverOfTime
ObserverOfTime
Honestly, supporting flatpak and snap in betterdiscordctl has been a PITA…
This function should be able to find the paths for both flatpak and snap but I haven't tested it: ```js const {execSync} = require("child_process"); const getLinuxBasedir = function(channel) { if...
Flatpak is also sandboxed so I assume it would require the same change.
Nix seems to work fine: NixOS/nixpkgs#118471
Or automatically applied anyway since it's a fork made specifically for flatpak…
You can try [`betterdiscordctl`](https://github.com/bb010g/betterdiscordctl) now that it has been updated.
It took you 2 months to come up with that retort?
Not sure if it's a separate issue, but inline HTML tags are only parsed correctly if there's a space after the opening. ```html (error) (works) test (error) test (works) test...
FWIW `node-gyp` has replaced `request` with `make-fetch-happen`
This has been fixed. ```kotlin (source_file [1, 0] - [14, 0] (multiline_comment [1, 0] - [9, 3]) (object_declaration [11, 1] - [13, 2] (type_identifier [11, 8] - [11, 11]) (class_body...