Math Game

This commit is contained in:
dragonfire535
2017-03-14 09:13:12 -04:00
parent bbe9a65b65
commit e531da245d
2 changed files with 97 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class TypingGameCommand extends commando.Command {
break;
}
if(time === undefined) {
message.channel.sendMessage(':x: Error! No Time Set!');
message.channel.sendMessage(':x: Error! No difficulty set! (Choose Easy, Medium, Hard, or Extreme)');
} else {
const embed = new Discord.RichEmbed()
.setTitle('You have **' + levelWord + '** seconds to type:')