Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 360 Bytes

Discord CMD Bot

Simple discord Bot to run system command

How to run

  1. clone this repo
  2. compile it
    go build
  3. run it with your token and config (check example.yaml for available config)
    ./discord-cmd-bot -t <TOKEN> -c <config path>
  4. call the bot in discord with this command %run <your command>