Skip to content

Instantly share code, notes, and snippets.

View fresh4's full-sized avatar
💭
Vibing

fresh4

💭
Vibing
View GitHub Profile
@fresh4
fresh4 / index.js
Created June 30, 2018 01:06
dicebot main code
const discord = require('discord.js');
const bot = new discord.Client();
var fs = require('fs'), xml2js = require('xml2js');
bot.on('ready', () => {
bot.user.setGame('try !monster');
//bot.user.setStatus("dnd");
readNames();
readTables();
readTavern();