Add Emoji class

This commit is contained in:
Amish Shah
2016-08-29 15:18:35 +01:00
parent 144638e746
commit 5d06be6333
5 changed files with 91 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const Discord = require('../');
const request = require('superagent');
const fs = require('fs');
const client = new Discord.Client();
const client = new Discord.Client({ fetch_all_members: false });
client.login(require('./auth.json').token).then(token => console.log('logged in with token ' + token)).catch(console.log);