Skip to content

Commit

Permalink
Merge pull request #1853 from GiganticMinecraft/feat/valentine-event-…
Browse files Browse the repository at this point in the history
…notice-message

feat: バレンタインイベントのお知らせメッセージを更新
  • Loading branch information
rito528 authored Feb 4, 2023
2 parents cb51a76 + 7eacedf commit e9588b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ValentineListener[F[_]: ConcurrentEffect: NonServerThreadContextShift](
def onPlayerJoinEvent(event: PlayerJoinEvent): Unit = {
if (isInEvent) {
Seq(
s"$LIGHT_PURPLE${END_DATE_TIME}までの期間限定で、イベント『<ブラックバレンタイン>リア充 vs 整地民!』を開催しています。",
s"$LIGHT_PURPLE${END_DATE_TIME}までの期間限定で、イベント『バレンタインイベント${EVENT_YEAR}』を開催しています。",
"詳しくは下記URLのサイトをご覧ください。",
s"$DARK_GREEN$UNDERLINE$blogArticleUrl"
).foreach(event.getPlayer.sendMessage(_))
Expand Down

0 comments on commit e9588b3

Please sign in to comment.