Files
talk/plugins/coral-plugin-offtopic/index.js
T
Belen Curcio 15b5dc2236 Linting
2017-06-08 11:58:38 -03:00

15 lines
220 B
JavaScript

module.exports = {
tags: [
{
name: 'OFF_TOPIC',
permissions: {
public: true,
self: true,
roles: []
},
models: ['COMMENTS'],
created_at: new Date()
}
]
};