LakeYS / Discord-Trivia-Bot

TriviaBot: Play trivia in Discord! Powered by discord.js and OpenTDB, with 24 categories and three modes of play.
Apache License 2.0
84 stars 39 forks source link

Game data does not export when a client error occurs #129

Closed LakeYS closed 6 years ago

LakeYS commented 6 years ago

When fixing, ensure that this cannot result in an error loop.

Client error can be forced using the following string on index:

manager.broadcastEval("client.emit(\"error\",\"Test\");");

EDIT: Fixed in f97a949