Skip to content

Instantly share code, notes, and snippets.

@ewanxdd
ewanxdd / discorddiscrimchanger.py
Created January 25, 2018 18:04
Change your Discord Discriminator : Python : Discord Canary and Discord Nitro Required
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! ')
@ewanxdd
ewanxdd / form.js
Last active January 25, 2018 12:52
A webhook payload for sending google form through too discord
function onFormSubmit(e) {
var fields = [];
if (e.response.getItemResponses().length < 3) {
return;
}