Fix log typo

This commit is contained in:
Jiiks 2015-12-12 10:34:08 +02:00
parent e7cf6e2667
commit 203f1238e6
1 changed files with 1 additions and 1 deletions

View File

@ -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