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 () {
|
||||
const modules = {
|
||||
"./permissions" : "permissions",
|
||||
"./emotes" : "emotes",
|
||||
"./chat" : "chat",
|
||||
"./filters" : "filters",
|
||||
"./emotes" : "emotes",
|
||||
"./customization" : "customization",
|
||||
"./opts" : "options",
|
||||
"./library" : "library",
|
||||
|
|
Loading…
Reference in a new issue