Added the 'poll' and 'code/repo' commands, as well as added single/multiplayer functionality to 'Minesweeper'

This commit is contained in:
ION606
2022-09-06 15:29:48 -04:00
parent af8f9f69ae
commit 27fecfffcb
8 changed files with 152 additions and 10 deletions
-1
View File
@@ -57,7 +57,6 @@ function startTrivia(message, m, time, bot) {
const question = obj.question;
const answer = obj.answer;
console.log(answer);
const filter = (response) => {
// return item.answers.some(answer => answer.toLowerCase() === response.content.toLowerCase());