diff --git a/index.js b/index.js index 2e2219a..8e83947 100644 --- a/index.js +++ b/index.js @@ -391,6 +391,9 @@ client.on('message', function (message) { playerVotes = []; message.channel.send(`The queue has been cleared!`); logger.log('info', `${message.author.username} cleared the queue and the votes.`); + pokemonName = ''; + captainInGameName = ''; + logger.log('info', 'Emptied pokemon name and captain name'); } }