v1.54 - Favorite emotes
This commit is contained in:
parent
09fa5b5a34
commit
8c044f2488
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode, pluginModule;
|
var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode, pluginModule;
|
||||||
var jsVersion = 1.53;
|
var jsVersion = 1.54;
|
||||||
var supportedVersion = "0.2.3";
|
var supportedVersion = "0.2.3";
|
||||||
|
|
||||||
var mainObserver;
|
var mainObserver;
|
||||||
|
@ -64,6 +64,11 @@ var defaultCookie = {
|
||||||
|
|
||||||
var bdchangelog = {
|
var bdchangelog = {
|
||||||
"changes": {
|
"changes": {
|
||||||
|
"favemotes": {
|
||||||
|
"title": "Favorite Emotes!",
|
||||||
|
"text": "You can now favorite emotes and have them listed in the quick emote menu!",
|
||||||
|
"img": ""
|
||||||
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"title": "Plugins!",
|
"title": "Plugins!",
|
||||||
"text": "Combined with Core 0.2.3, you can now write JavaScript plugins for Discord!",
|
"text": "Combined with Core 0.2.3, you can now write JavaScript plugins for Discord!",
|
||||||
|
@ -274,7 +279,7 @@ Core.prototype.constructChangelog = function() {
|
||||||
' <div class="modal-inner">' +
|
' <div class="modal-inner">' +
|
||||||
' <div id="bdcl" class="change-log"> ' +
|
' <div id="bdcl" class="change-log"> ' +
|
||||||
' <div class="header">' +
|
' <div class="header">' +
|
||||||
' <strong>What\'s new in BetterDiscord JS v' + jsVersion + '</strong>' +
|
' <strong>What\'s new in BetterDiscord JS v1.53&' + jsVersion + '</strong>' +
|
||||||
' <button class="close" onclick=\'$("#bd-wn-modal").remove();\'></button>' +
|
' <button class="close" onclick=\'$("#bd-wn-modal").remove();\'></button>' +
|
||||||
' </div><!--header-->' +
|
' </div><!--header-->' +
|
||||||
' <div class="scroller-wrap">' +
|
' <div class="scroller-wrap">' +
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue