This file contains hidden or 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
getRandomChar = () => { | |
return String.fromCharCode(Math.round(Math.random()*(90-65)+65)); | |
} |
This file contains hidden or 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
//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", |
This file contains hidden or 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
#include "stdafx.h"; | |
#include <iostream>; | |
#include <string>; | |
using namespace std; | |
string tall1; | |
string tall2; | |
string urArt; | |
string videre; |
This file contains hidden or 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
#include <iostream> | |
#include "stdafx.h" | |
#include <string> | |
using namsespace std; | |
using std::cout; | |
using std::cin; | |
using std::stoi; | |
using std::string; |