don't send bots titled tournament notifications

This commit is contained in:
Thibault Duplessis 2018-04-26 20:42:53 +02:00
parent bf2d63158b
commit 35a593e064

View file

@ -5,7 +5,7 @@ var userIds = db.user4.distinct('_id', {
enabled: true,
title: {
$exists: true,
$ne: 'LM'
$nin: ['LM', 'BOT']
}
});
'thibault arex'.split(' ').forEach(u => userIds.push(u));