Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 534 Bytes

Readme.md

File metadata and controls

37 lines (30 loc) · 534 Bytes

ShullerBot

This bot can find some cool images from rule34 by your reqwest!

Info

providers

  • Rule34
  • Waifu.pics
  • soon more...

commands

Section under develop

showcase

Section under develop

Dev

Section under develop

Logging

Section under develop

How to use

Docker

docker run -d \
  -e DS_TOKEN=YOUR_TOKEN \
  ghcr.io/towinok/shuller_bot:latest

Docker-compose

services:
  shuller_bot:
    image: ghcr.io/towinok/shuller_bot:latest
    environment:
      - DS_TOKEN=YOUR_TOKEN