Mike L 3 năm trước cách đây
mục cha
commit
272a4680bc
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      dist/twitter.js
  2. 1 1
      src/twitter.ts

+ 1 - 1
dist/twitter.js

@@ -493,7 +493,7 @@ class default_1 {
                 this.bot.sendTo(receiver, parseMediaError(err));
                 if (err instanceof instagram_private_api_1.IgLoginRequiredError || err instanceof instagram_private_api_1.IgCookieNotFoundError) {
                     logger.warn('login required, awaiting login...');
-                    this.bot.sendTo(receiver, '等待登中,稍后会处理请求,请稍候……');
+                    this.bot.sendTo(receiver, '等待登中,稍后会处理请求,请稍候……');
                     return this.session.login().then(() => exports.sendPost(segmentId, receiver));
                 }
                 ;

+ 1 - 1
src/twitter.ts

@@ -390,7 +390,7 @@ export default class {
         this.bot.sendTo(receiver, parseMediaError(err));
         if (err instanceof IgLoginRequiredError || err instanceof IgCookieNotFoundError) {
           logger.warn('login required, awaiting login...');
-          this.bot.sendTo(receiver, '等待登中,稍后会处理请求,请稍候……');
+          this.bot.sendTo(receiver, '等待登中,稍后会处理请求,请稍候……');
           return this.session.login().then(() => sendPost(segmentId, receiver));
         };
       });