Minor changes

This commit is contained in:
Daniel Odendahl Jr
2017-10-19 18:50:39 +00:00
parent c056ca47e3
commit 571f81ff0c
9 changed files with 10 additions and 88 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = class BattleCommand extends Command {
time: 30000
});
if (!turn.size) {
await msg.say('Time!');
await msg.say('Sorry, time is up!');
reset();
continue;
}