Skip to content

Commit

Permalink
Merge branch 'master' into fix/event-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Oct 28, 2023
2 parents 826b94e + 8080c98 commit 4070d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"volta": {
"node": "18.18.2"
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@8.10.0"
}
1 change: 1 addition & 0 deletions src/events/greeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class GreetingEvent extends BaseDiscordEvent<'messageCreate'> {
[
'あいさつしていただきありがとうございます!これにより、多くのチャンネルを閲覧できるようになりました。',
'**<#1149584912836472882>に記載されているメッセージをお読みください!**',
'コミュニティのメンバーと仲良くなる第一歩として、<#1150062130280796190> で自己紹介をしてみませんか?',
'',
'jao Gamers ClubではDiscordサービス利用規約に基づき**13歳未満の利用を禁止**しています。あなたが13歳以上でない場合は当サーバから退出してください。',
].join('\n')
Expand Down

0 comments on commit 4070d25

Please sign in to comment.