Bump emotes above chat so that emotes will render in backlog

This commit is contained in:
Calvin Montgomery 2014-05-20 22:28:23 -07:00
parent 2be928eea1
commit 949299c5e5
1 changed files with 1 additions and 1 deletions

View File

@ -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",