LoviBot can now answer questions

This commit is contained in:
2024-01-22 19:49:09 +01:00
parent 3db5978355
commit 77bfe562a8
6 changed files with 211 additions and 0 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.21.6
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/sashabaranov/go-openai v1.18.3
github.com/vartanbeno/go-reddit/v2 v2.0.1
)