This file contains 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
//Browser Script to Delete All Your Messages in a Discord Channel | |
//Updated by z861gz6wb2 ~ Working as of March 20th, 2019. | |
//Credit to: Altoids1 (Original code), GotEnouth (Updated code), TheOutride (Updated code). | |
(function() { | |
'use strict'; | |
/*INSTRUCTIONS FOR THIS SCRIPT ARE BELOW*/ | |
let messageID = "000000000000000000"; //The ID of the message you would like to delete. | |
//Note: you can leave the messageID set to "000000000000000000", |