LakeYS / Discord-Trivia-Bot

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

Client fails to launch due to nonexistent channel type #217

Closed LakeYS closed 3 years ago

LakeYS commented 3 years ago

See discord.js/src/client/ClientDataManager, line 81. channel is undefined due to there being no corresponding data type.

A temporary patch has been issued to the main bot.

LakeYS commented 3 years ago

Fixed in 0a97148