Finished most of structure

This commit is contained in:
hydrabolt
2015-10-31 21:56:13 +00:00
parent c5e5ab54db
commit 5ccaca915b
23 changed files with 323 additions and 70 deletions

View File

@@ -3,4 +3,5 @@ module.exports = {
}
var a = new module.exports.Client();
a.on("debug", (m) => console.log("[debug]",m));
a.login(process.env["discordEmail"], process.env["discordPass"]).catch((e)=>console.log(e));