mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix for console.log
This commit is contained in:
@@ -62,7 +62,6 @@ module.exports = class TypingGameCommand extends commando.Command {
|
||||
errors: ['time']
|
||||
});
|
||||
if (collected.first().content !== randomSentence) {
|
||||
console.log(collected.first());
|
||||
let loseMsg = await message.say('Nope, your sentence does not match the original. Try again next time!');
|
||||
return [embedMsg, loseMsg];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user