Added reporting feature

This commit is contained in:
2021-03-24 03:20:29 +11:00
parent 2dad56d17e
commit 0b5cc49e6e
4 changed files with 41 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
module.exports = {
chatlog: require('./chatlog'),
mute: require('./mute')
mute: require('./mute'),
reports: require('./reports')
};