Added web and grunt scripts

This commit is contained in:
hydrabolt
2015-08-27 21:21:35 +01:00
parent 96846654df
commit 6b3cbdbde8
16 changed files with 3415 additions and 15 deletions

View File

@@ -4,5 +4,9 @@ var request = require("superagent");
var Endpoints = require("./Endpoints.js");
var Client = require("./Client.js");
exports.Endpoints = Endpoints;
exports.Client = Client;
var Discord = {
Endpoints: Endpoints,
Client: Client
};
module.exports = Discord;