We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb4b73 commit 367e624Copy full SHA for 367e624
1 file changed
apps/todays_fortune.ts
@@ -44,15 +44,12 @@ export class AronaPlugin extends Plugin {
44
仅供娱乐|相信科学|请勿迷信
45
*/
46
47
- const response = `您的今日运势为:
48
-${fortune.fortuneSummary}
+ const response = `${fortune.fortuneSummary}
49
${fortune.luckyStar}
50
51
${fortune.signText}
52
53
-${fortune.unsignText}
54
-
55
-仅供娱乐|相信科学|请勿迷信`;
+${fortune.unsignText}`;
56
57
await this.e.reply(response, true);
58
}
0 commit comments