Skip to content

Instantly share code, notes, and snippets.

@orjahren
orjahren / gerRandomChar.js
Created August 30, 2018 09:51
This will give you a random char using JavaScript :-)
getRandomChar = () => {
return String.fromCharCode(Math.round(Math.random()*(90-65)+65));
}
//discord bot 01.01.18 || MBM +++ Rustee Jay collab
const Discord = require("discord.js");
const klient = new Discord.Client();
const token = "MzY3NzAwOTMyNzQzNjU5NTIz.DSxR6w.hXPb9meYBgz6M2Y-avZC-KBo4ZE";
var musikk;
var tilk;
let sanger = [
"http://spankradio.cz/africa/2017/songs/Luis%20Fonsi%20Ft.%20Daddy%20Yankee%20-%20Despacito%20(spankradio.cz).mp3",
"https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview71/v4/42/3d/24/423d2499-10dc-596a-0471-b63bb0b4a924/mzaf_725579725276879563.plus.aac.p.m4a",
"https://authorjames.github.io/tix_p_project.mp3",
#include "stdafx.h";
#include <iostream>;
#include <string>;
using namespace std;
string tall1;
string tall2;
string urArt;
string videre;
#include <iostream>
#include "stdafx.h"
#include <string>
using namsespace std;
using std::cout;
using std::cin;
using std::stoi;
using std::string;