SHOW HIDDEN CHANNELS - DISCORD BUG
Within Discord, it is possible to make API queries (v6-v10) that allow you to view channels that, for technical reasons, would not be visible within the app itself. While this might be considered a bug, Discord currently treats it as non-private information. Below is a demonstration of a Python script that uses this API feature.
- Python 3
- Requests
- Token bot (Discord Developer Portal)
- Optionally, you can use your account's token, make sure to remove the "Bot" in line 63. (How to obtain your account token)