Add commands from Python bot

This commit is contained in:
2024-01-21 20:34:54 +01:00
parent f3d11de24e
commit bdb985c74b
5 changed files with 227 additions and 16 deletions

10
go.mod
View File

@ -2,10 +2,18 @@ module github.com/TheLovinator1/ANewDawn
go 1.21.6
require github.com/bwmarrin/discordgo v0.27.1
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/vartanbeno/go-reddit/v2 v2.0.1
)
require (
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
google.golang.org/appengine v1.4.0 // indirect
)