A Discord bot that searches for images on Danbooru.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.packetlostandfound.us/chiefnoah/GoGetMeHentai
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/bwmarrin/discordgo v0.20.2
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 // indirect
|
|
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
|
|
)
|