From 203f1238e68875772b3bdb3675d68285d58f27b1 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 12 Dec 2015 10:34:08 +0200 Subject: [PATCH] Fix log typo --- lib/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Utils.js b/lib/Utils.js index 8f08b56..37e47e0 100644 --- a/lib/Utils.js +++ b/lib/Utils.js @@ -96,7 +96,7 @@ Utils.prototype.updateLoading = function(message, cur, max) { //Logger Utils.prototype.log = function(message) { - console.log("BetterDiscrod: " + message); + console.log("BetterDiscord: " + message); } //Execute javascript