I hereby claim:
- I am heyfrank on github.
- I am thetadecay (https://keybase.io/thetadecay) on keybase.
- I have a public key ASAf7-_drk8eL87UTnQPmJfnDEAuIVMTHhgccDSIkiou4wo
To claim this, I am signing this object:
| // Turn on Developer Mode under User Settings > Appearance > Developer Mode (at the bottom) | |
| // Then open the channel you wish to delete all of the messages (could be a DM) and click the three dots on the far right. | |
| // Click "Copy ID" and paste that instead of LAST_MESSAGE_ID. | |
| // Copy / paste the below script into the JavaScript console. | |
| // If you're in a DM you will receive a 403 error for every message the other user sent (you don't have permission to delete their messages). | |
| var before = 'LAST_MESSAGE_ID'; | |
| clearMessages = function(){ | |
| const authToken = document.body.appendChild(document.createElement`iframe`).contentWindow.localStorage.token.replace(/"/g, ""); | |
| const channel = window.location.href.split('/').pop(); |
| <html><head> | |
| <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" rel="stylesheet"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>General Use Sender</title> | |
| <style> | |
| textarea{ | |
| resize: none; | |
| } | |
| .btn-full-width { |
I hereby claim:
To claim this, I am signing this object:
| // Load up the discord.js library | |
| const Discord = require("discord.js"); | |
| // This is your client. Some people call it `bot`, some people call it `self`, | |
| // some might call it `cootchie`. Either way, when you see `client.something`, or `bot.something`, | |
| // this is what we're refering to. Your client. | |
| const client = new Discord.Client(); | |
| // Here we load the config.json file that contains our token and our prefix values. | |
| const config = require("./config.json"); |
| <!DOCTYPE html> | |
| <html hola_ext_inject="disabled"> | |
| <head> | |
| <title>Newsletter Builder</title> | |
| <style type="text/css"> | |
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); | |
| #outlook a { | |
| padding: 0; } | |
| <div class="container"> | |
| <svg version="1.1" x="0px" y="0px" viewBox="0 0 600 600"> | |
| <defs> | |
| <clipPath id="pageClipPath" clipPathUnits="userSpaceOnUse"> | |
| <rect class="pageMask" width="210" height="280" x="200" y="0" fill="red" /> | |
| </clipPath> | |
| <clipPath id="mclip" clipPathUnits="userSpaceOnUse"> | |
| <rect class="mMask" width="400" height="280" x="0" y="343" fill="red" /> | |
| </clipPath> | |
| </defs> |
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics *italics* or _italics_
Underline italics __*underline italics*__
| #config | |
| minProf= .001 #min profit for alert in BTC/Day | |
| slowAlertTimer = 300 #min time for slow alert in seconds | |
| offTimer = 0 #min time of off alert in seconds | |
| btcAddress = "address goes here" #niceHash BTC address to monitor | |
| iftttKey = "key goes here" #key from IFTTT Maker applet |