ソースを参照

amend examples for view command

Mike L 3 年 前
コミット
3a85e06588
2 ファイル変更4 行追加2 行削除
  1. 2 1
      dist/command.js
  2. 2 1
      src/command.ts

+ 2 - 1
dist/command.js

@@ -175,7 +175,8 @@ function view(chat, args, reply) {
     if (!match) {
         return reply(`链接或表达式格式有误。
 示例:
-https://twitter.com/TomoyoKurosawa/status/1294613494860361729
+https://twitter.com/TomoyoKurosawa/status/1486136914864345092
+1486136914864345092
 last@TomoyoKurosawa
 last-2@sunflower930316,noreps=off,norts=on
 (表达式筛选参数详见 /help twitter_query)`);

+ 2 - 1
src/command.ts

@@ -187,7 +187,8 @@ function view(chat: IChat, args: string[], reply: (msg: string) => any): void {
   if (!match) {
     return reply(`链接或表达式格式有误。
 示例:
-https://twitter.com/TomoyoKurosawa/status/1294613494860361729
+https://twitter.com/TomoyoKurosawa/status/1486136914864345092
+1486136914864345092
 last@TomoyoKurosawa
 last-2@sunflower930316,noreps=off,norts=on
 (表达式筛选参数详见 /help twitter_query)`);