mirror of https://github.com/calzoneman/sync.git
Bump emotes above chat so that emotes will render in backlog
This commit is contained in:
parent
2be928eea1
commit
949299c5e5
|
@ -106,9 +106,9 @@ Channel.prototype.moderators = function () {
|
||||||
Channel.prototype.initModules = function () {
|
Channel.prototype.initModules = function () {
|
||||||
const modules = {
|
const modules = {
|
||||||
"./permissions" : "permissions",
|
"./permissions" : "permissions",
|
||||||
|
"./emotes" : "emotes",
|
||||||
"./chat" : "chat",
|
"./chat" : "chat",
|
||||||
"./filters" : "filters",
|
"./filters" : "filters",
|
||||||
"./emotes" : "emotes",
|
|
||||||
"./customization" : "customization",
|
"./customization" : "customization",
|
||||||
"./opts" : "options",
|
"./opts" : "options",
|
||||||
"./library" : "library",
|
"./library" : "library",
|
||||||
|
|
Loading…
Reference in New Issue