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
| print('Note: You must have Discord Nitro and Discord Canary for this too work, if you do not have Discord Canary then you can download it below: ') | |
| print('https://discordapp.com/api/download/canary?platform=win') | |
| try: | |
| import requests | |
| except Exception: | |
| print('You do not have requests installed!') | |
| print('Do: "pip install requests" to install it! ') |
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
| function onFormSubmit(e) { | |
| var fields = []; | |
| if (e.response.getItemResponses().length < 3) { | |
| return; | |
| } |