BugFix - Nullify boardList on end of message.

This commit is contained in:
Raven Scott 2022-01-24 19:32:41 +00:00
parent 4aef6545b6
commit 840f172d4c

View File

@ -50,7 +50,7 @@ exports.run = async (client, interaction) => {
pagination.addFields(boardList);
pagination.paginateFields(true);
pagination.render();
boardList = [];
})
};