Start bringing in Helix for a twitch bot and have notes on how to use the twitch-cli tool.

This commit is contained in:
Zed A. Shaw 2025-08-05 00:34:03 -04:00
parent 55de5155f2
commit fd059ad3cf
5 changed files with 338 additions and 6 deletions

View file

@ -5,9 +5,12 @@ ifeq '$(OS)' 'Windows_NT'
endif
build:
build: build_bot
go build .
build_bot:
go build -o bot.exe .\tools\cmd\bot\bot.go
site:
go tool super-saiyan-god