Skip to content

TNCT-Mechatech/MechatechKt

Repository files navigation

MechatechKt

TNCT-Mechatech Discordグループで運用するDiscord Botです。

機能

  • メンタリング用プライベートチャンネルの自動作成 "mentor"コマンドを使って、メンタリング用のプライベートチャンネルを作成します。
    PR #1
Screenshot 2023-07-30 at 0 01 44 Screenshot 2023-07-30 at 0 02 09

導入方法

docker-compose

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

About

A Discord Bot for TNCT-Mechatech guild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages