Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: changed server name #166

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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