múltiplas declarações if js es6 em linha
var a = (truthy) ? 1 : (falsy) ? 2 : 3;
Philan ISithembiso
var a = (truthy) ? 1 : (falsy) ? 2 : 3;
if (message.content.startswith('server') || message.sender === 'ID') {return}