make command a const

develop
lub 7 years ago
parent c3981b3ae7
commit e2076ced98

@ -87,7 +87,7 @@ matrixclient.on('Room.timeline', function(event, room, resettimeline) {
project = project[1];
if(commands[project] !== undefined) {
let command = commands[project];
const command = commands[project];
const args = body.match(command.regex);
if(args === null) {