mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 09:51:58 -05:00
again; rusty in jay ess
This commit is contained in:
parent
42adea6764
commit
f6c8b39a13
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
exports.run = (bot, msg, args) => {
|
||||
if (args === 'list') {
|
||||
if (args[0] === 'list') {
|
||||
msg.channel.send(ideas.join('\n'));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue