Fix log typo
This commit is contained in:
parent
e7cf6e2667
commit
203f1238e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue