Added muting by mods or admins

This commit is contained in:
2021-03-18 04:26:40 +11:00
parent 66c1c99d5d
commit e60535c525
4 changed files with 142 additions and 16 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
module.exports = {
chatlog: require('./chatlog')
chatlog: require('./chatlog'),
mute: require('./mute')
};