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

Detect when messages do not send #47

Closed LakeYS closed 6 years ago

LakeYS commented 6 years ago

In some instances, the Discord client receives messages but does not appear to send any. This should be correctable by checking for the message object after calling 'send'.

See issue #39