style: remove extra white space

This commit is contained in:
Ali Movahedi 2017-09-12 18:41:39 +04:30
parent bc5f14ebde
commit 5754b24912

View File

@ -220,7 +220,7 @@ export default class Bot extends EventEmitter {
ga = new Message().to(msg.chat.id).text(customMessage[param]);
} else {
ga = new Message().to(msg.chat.id)
.text(`Enter value for ${param}`);
.text(`Enter value for ${param}`);
}
yield bot.send(ga).then(answer => {
args[param] = answer.text;