Skip to content

Commit

Permalink
feat: 時間変更
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lsqn committed Feb 9, 2024
1 parent 9b0f63c commit c549afa
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/modules/jihou/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,25 @@ export default class extends Module {
switch (hour) {
default:
break;


case 3:
this.ai.post({
text: `${hour}時です、夜更かしさんですか?藍は寝る必要がないので傍にいますよ。`
});
break;

case 7:
this.ai.post({
text: `おはようございます!${hour}時です。学校の方もお仕事の方も、お休みの方も無理せず頑張ってください・・・!`
});
break;

case 10:
case 22:
this.ai.post({
text: `${hour}時ですよー!よい子はそろそろ寝る時間です!`
});
break;

case 3:
this.ai.post({
text: `${hour}時です、夜更かしさんですか?藍は寝る必要がないので傍にいますよ。`
});
break;
}
}
}

0 comments on commit c549afa

Please sign in to comment.