Compare commits

..

No commits in common. "master" and "v0.0.23" have entirely different histories.

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/dustinpianalto/disgoman
go 1.14
require (
github.com/dustinpianalto/discordgo v0.0.4
github.com/dustinpianalto/discordgo v0.0.2
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
)