Skip to content

Instantly share code, notes, and snippets.

View trilleplay's full-sized avatar

Tristan Farkas trilleplay

View GitHub Profile
@trilleplay
trilleplay / gist:07e01b7689676023f95f9144712f0211
Created January 27, 2018 08:16
Agreement between FARKAS, HackForSweden, Tristan Farkas and end-user/developer.
1. The Agreement
By signing this agreement you grant FARKAS, HackForSweden and Tristan Farkas to use/modify/copy/alter/remove this code/asset included in the PR now or later and in any future PR.
You'll also agree that you submit the code/art with good intentions, if any Backdoors, or similar is found (something that can hurt HackForSweden, Tristan Farkas, FARKAS), you'll be permanently banned from the contribution programme and your license to use our code and assets will be revoked.
In return for following this agreement you may later after helpful contributions become a core contributor, allowing you to instantly commit code, and much more.
2. Modification
This agreement may at any time be modified, without any prior notification.
This agreement became acting CLA 1/27/2018

Keybase proof

I hereby claim:

  • I am trilleplay on github.
  • I am tristanatfarkas (https://keybase.io/tristanatfarkas) on keybase.
  • I have a public key whose fingerprint is CEA6 0AEF 7B07 C2A2 6246 5019 D855 03A6 1480 B4B0

To claim this, I am signing this object:

@trilleplay
trilleplay / index.js
Created November 11, 2018 16:27
Megabot srccode?
const Discord = require("discord.js");
const client = new Discord.Client();
client.on("ready", () => {
console.log("I am ready!");
crash()
});
client.login("DabbitIsTheBest");
@trilleplay
trilleplay / privacy_policy.md
Last active June 18, 2019 13:41 — forked from jagrosh/jagrosh_privacy_policy.md
Privacy Policy and Agreement for Tristans Bots

Privacy Policy

This document entails the privacy policy and agreement that you accept when adding any of Tristans bots to a server, or as a member of such a server. This document does not supersede the Developer Terms of Service.

Bots, Services, and Servers

The following is a list of bots to which this privacy policy applies.

  • Kanelbulle#2329 (483286872748064774)

This privacy policy also applies to all of these sites and subdomains of these sites:

extern crate tungstenite;
extern crate url;
use url::Url;
use tungstenite::{Message, connect};
use serde_json::{Value};
use super::rest;
use std::time;
use std::thread;
use std::sync::RwLock;
use std::sync::Arc;