again; rusty in jay ess

This commit is contained in:
pokesudenk 2018-02-24 12:34:51 -05:00
parent 42adea6764
commit f6c8b39a13

View file

@ -1,5 +1,5 @@
exports.run = (bot, msg, args) => { exports.run = (bot, msg, args) => {
if (args === 'list') { if (args[0] === 'list') {
msg.channel.send(ideas.join('\n')); msg.channel.send(ideas.join('\n'));
}; };