Add Kick command

This commit is contained in:
Dusty Pianalto
2020-04-19 18:25:37 -08:00
parent ad7fc5bde0
commit 81ffdc0a74
3 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ go 1.14
require (
github.com/bwmarrin/discordgo v0.20.2
github.com/dustinpianalto/disgoman v0.0.0-20200420005144-c3143ea66130
github.com/dustinpianalto/disgoman v0.0.0-20200420022152-4729d2c5ee3e
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.3.0
)