4 Commits

Author SHA1 Message Date
bryce
c704380ee3 Started REPL env for custom interactive shell
ONLY active when bot is running
- Arguments [--watch] displays how many usses of each trigger and how
many uses over the lifetime ofthe bot
Commands
- title [get/set] <newTitle>
- category [get/set] <newCategory> - MUST be a legit Twitch.tv one
- yet to come [cmd add|del|edit] [trigger] [response] (NOTE if you want
Emotes you will have to type the 'name' in for twitch chat to recognise
it)
2025-07-15 01:08:12 +12:00
bryce
bd8d2e404c Added Default Dynamic Command Handlers & api calls
!countdown <duration>
!title <newTitle>
!game || !category
!uptime
2025-07-08 16:12:36 +12:00
bryce
645f7570f0 Moved Custom_commands.json to internal/storage 2025-07-05 21:13:40 +12:00
bryce
74905368df files Completed & new dir & file created
Main.go, Client.go, [DIR] /internal/storage [file] games.json
2025-07-05 20:45:10 +12:00