Skip to content

Commit

Permalink
Add Discord Development support (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning authored Feb 21, 2022
1 parent ed84a05 commit acf910f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ betterdiscordctl (mostly) follows the Fuchsia

Decreases the verbosity level, for progressively less debugging information.

* `-f`, `--d-flavors` `<d_flavors>` (default `:canary:ptb`)
* `-f`, `--d-flavors` `<d_flavors>` (default `:canary:ptb:development`)

When scanning, looks for installations with the given suffixes (case
insensitive, both hyphenated and unhyphenated). Stable is `''`, as it has no
Expand Down
6 changes: 3 additions & 3 deletions betterdiscordctl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DISABLE_SELF_UPGRADE=
# Options
cmd=
verbosity=0
d_flavors=('' canary ptb)
d_flavors=('' canary ptb development)
d_modules=
bd_remote=github
bd_remote_dir=
Expand Down Expand Up @@ -51,8 +51,8 @@ Options:
-q, --quiet decrease verbosity
-f, --d-flavors <d_flavors> discover Discord installations with the
colon-separated list of suffixes <d_flavors>.
Defaults to ':canary:ptb'. Flavors must be
lowercase. Stable is flavor '', as it's
Defaults to ':canary:ptb:development'. Flavors must
be lowercase. Stable is flavor '', as it's
unsuffixed. Flavors shouldn't include spaces.
-m, --d-modules <d_modules> use Discord modules in directory <d_modules>.
Defaults to discovery. Discord's user-specific
Expand Down

0 comments on commit acf910f

Please sign in to comment.