Add discord button to top

This commit is contained in:
Chompstation Bot
2021-07-03 21:20:55 +00:00
parent 654ef75433
commit ecfa52682c
5 changed files with 3608 additions and 123 deletions

View File

@@ -934,7 +934,7 @@ function get_cookie(key, deffo) {
// Button Controls that need background-color and text-color set.
var SKIN_BUTTONS = [
/* Rpane */ "rpane.textb", "rpane.infob", "rpane.wikib", "rpane.forumb", "rpane.rulesb", "rpane.github", "rpane.mapb", "rpane.changelog",
/* Rpane */ "rpane.textb", "rpane.infob", "rpane.wikib", "rpane.forumb", "rpane.rulesb", "rpane.github", "rpane.discord", "rpane.mapb", "rpane.changelog",
/* Mainwindow */ "mainwindow.saybutton", "mainwindow.mebutton", "mainwindow.hotkey_toggle"
];