first commit

This commit is contained in:
Space-Banane
2026-01-21 22:55:58 +01:00
commit 66cf67d389
12 changed files with 788 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module thoughtful-dcbob
go 1.20
require github.com/bwmarrin/discordgo v0.29.0
require (
github.com/JexSrs/go-ollama v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)