TNCT-Mechatech Discordグループで運用するDiscord Botです。
- メンタリング用プライベートチャンネルの自動作成
"mentor"コマンドを使って、メンタリング用のプライベートチャンネルを作成します。
PR #1
configディレクトリに設定ファイルが生成されるので、設定後再起動してください。
version: '3'
services:
bot:
image: ghcr.io/tnct-mechatech/mechatechkt:main
restart: always
environment:
- TZ=Asia/Tokyo
volumes:
- ./config:/app/config
working_dir: /app