Created
July 2, 2025 10:18
-
-
Save wiesty/c8fec3ca1cdd9578a49cf621bac1e060 to your computer and use it in GitHub Desktop.
Enable Discord developer console on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SETTINGS=~/Library/Application\ Support/discord/settings.json | |
FILE=$(< "$SETTINGS" jq ". + {DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING: true}") | |
echo $FILE | jq . | tee "$SETTINGS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment