Skip to content

TeamECRI/addchan

Repository files navigation

addchan

Bot-provided command to add a new text channel

Setup

  • ./docker-compose.yaml
    version: "3"
    services:
      app:
        image: ghcr.io/teamecri/addchan:main
        restart: always
        volumes:
          - type: bind
            source: ./.env
            target: /app/.env
  • ./.env
    TOKEN=YOUR_TOKEN_GOES_HERE
    
  • Then, run docker-compose up -d.

License

MIT license.

About

Bot-provided command to add a new text channel

Resources

License

Stars

Watchers

Forks

Packages