Added Colors file

removed colours for consistency
This commit is contained in:
hydrabolt
2015-10-26 13:36:13 +00:00
parent 08ffd473e4
commit 1de2c5e5be
7 changed files with 42 additions and 14 deletions

View File

@@ -17,12 +17,7 @@ class ServerPermissions {
this.id = data.id;
}
get colour(){
// screw the american spelling
return this.color;
}
serialise() {
return {
createInstantInvite : this.createInstantInvite,

View File

@@ -1,10 +1,12 @@
var request = require("superagent");
var Endpoints = require("./Endpoints.js");
var Client = require("./Client.js");
var Colors = require("../ref/colours.js");
var Discord = {
Endpoints : Endpoints,
Client : Client
Client : Client,
Colors : Colors
}
Discord.patchStrings = function () {