Add createRoleIfNotExists function

This commit is contained in:
hydrabolt
2015-10-27 16:42:32 +00:00
parent 4783b75b84
commit d08e802083
9 changed files with 2509 additions and 2454 deletions

View File

@@ -18,12 +18,7 @@ Discord.patchStrings = function () {
defineProperty("strike", "~~");
defineProperty("code", "`");
defineProperty("codeblock", "```");
Object.defineProperty(String.prototype, "newline", {
get: function get() {
return this + "\n";
}
});
defineProperty("newline", "\n");
Object.defineProperty(String.prototype, "italic", {
get: function get() {