Skip to content

Commit

Permalink
feat: changed server name
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Oct 27, 2023
1 parent ea7aa7a commit cf812a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jaotan.ts の開発に興味を持っていただきありがとうございま

## その他 - Other

不明な点は jMS Gamers Club の `#development` チャンネルなどで質問してください。
不明な点は jao Gamers Club の `#development` チャンネルなどで質問してください。
プロジェクトにコントリビュートするすべての人々は、[行動規範](CODE_OF_CONDUCT.md) を読み遵守しなければならないことを忘れないでください。
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jaotan.ts

[jao Minecraft Server](https://jaoafa.com) の公式 Discord サーバ jMS Gamers Club にて動作する Discord Bot `jaotan` のプロジェクトリポジトリです。
[jao Minecraft Server](https://jaoafa.com) の公式 Discord サーバ jao Gamers Club にて動作する Discord Bot `jaotan` のプロジェクトリポジトリです。

## License

Expand Down
2 changes: 1 addition & 1 deletion src/events/greeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class GreetingEvent extends BaseDiscordEvent<'messageCreate'> {
'あいさつしていただきありがとうございます!これにより、多くのチャンネルを閲覧できるようになりました。',
'**<#1149584912836472882>に記載されているメッセージをお読みください!**',
'',
'jMS Gamers ClubではDiscordサービス利用規約に基づき**13歳未満の利用を禁止**しています。あなたが13歳以上でない場合は当サーバから退出してください。',
'jao Gamers ClubではDiscordサービス利用規約に基づき**13歳未満の利用を禁止**しています。あなたが13歳以上でない場合は当サーバから退出してください。',
].join('\n')
)
}
Expand Down

0 comments on commit cf812a7

Please sign in to comment.