Skip to content

Commit 367e624

Browse files
committed
change today_fortune to a brief reply
1 parent 8eb4b73 commit 367e624

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

apps/todays_fortune.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,12 @@ export class AronaPlugin extends Plugin {
4444
仅供娱乐|相信科学|请勿迷信
4545
*/
4646

47-
const response = `您的今日运势为:
48-
${fortune.fortuneSummary}
47+
const response = `${fortune.fortuneSummary}
4948
${fortune.luckyStar}
5049
5150
${fortune.signText}
5251
53-
${fortune.unsignText}
54-
55-
仅供娱乐|相信科学|请勿迷信`;
52+
${fortune.unsignText}`;
5653

5754
await this.e.reply(response, true);
5855
}

0 commit comments

Comments
 (0)