working on botTokens

This commit is contained in:
bryce
2025-07-22 11:33:24 +12:00
parent b0be1f99c8
commit 963e829b7f
5 changed files with 89 additions and 9 deletions

5
go.mod
View File

@@ -7,4 +7,7 @@ require (
github.com/nicklaw5/helix v1.25.0
)
require github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/joho/godotenv v1.5.1 // indirect
)