mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Math Game
This commit is contained in:
@@ -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:')
|
||||
|
||||
Reference in New Issue
Block a user