Last active
October 7, 2024 23:10
-
-
Save Hacksore/517455a6d195393c385168cf3136335b to your computer and use it in GitHub Desktop.
Discord Overlay Supported Games
This file contains 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
# games that support the overlay natively | |
curl -s https://discord.com/api/v9/applications/detectable | jq '[.[] | select(.overlay == true) | .name ] | sort' | |
# games that don't support the overlay natively | |
curl -s https://discord.com/api/v9/applications/detectable | jq '[.[] | select(has("overlay") | not) | .name ] | sort' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current list of games supported by the native discord overlay.
If you have a game that's not natively supported checkout https://overlayed.dev which supports almost every game!