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
'use strict' | |
/** | |
* Discord Console Self bot | |
* | |
* Open chrome console on Discord using Ctrl+shift+i | |
* Go to the network tab, send a message and copy the 'Authorize' header sent by the app. | |
* Paste it in authHeader below. | |
* | |
* Paste the entire script in the console. |