diff --git a/src/telegram.js b/src/telegram.js index a4975df..61881da 100644 --- a/src/telegram.js +++ b/src/telegram.js @@ -143,7 +143,7 @@ class TelegramBot extends EventEmitter { this._fixReplyMarkup(options.qs); } - options.method = "POST"; + options.method = 'POST'; options.url = this._buildURL(_path); options.simple = false; options.resolveWithFullResponse = true;