Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 352 Bytes

fkbro-bot

welcome to use this bot @fkbro_bot.

build your own bot:

  1. get your bot token from @BotFather.
  2. quick run with docker.
# test run
docker run -it --rm kirito41dd/fkbro-bot -t <your-bot-token>
# server run
docker run --restart always kirito41dd/fkbro-bot -t <your-bot-token>