mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-14 03:13:46 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 482af77249 |
@@ -391,6 +391,9 @@ client.on('message', function (message) {
|
|||||||
playerVotes = [];
|
playerVotes = [];
|
||||||
message.channel.send(`The queue has been cleared!`);
|
message.channel.send(`The queue has been cleared!`);
|
||||||
logger.log('info', `${message.author.username} cleared the queue and the votes.`);
|
logger.log('info', `${message.author.username} cleared the queue and the votes.`);
|
||||||
|
pokemonName = '';
|
||||||
|
captainInGameName = '';
|
||||||
|
logger.log('info', 'Emptied pokemon name and captain name');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user