Add broadcast command

This commit is contained in:
Dustin Pianalto 2021-02-24 17:09:35 -09:00
parent 9ab0c0fe71
commit b963c070ea

View File

@ -38,4 +38,5 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
_ = g.AddCommand(requests.ViewCommand)
_ = g.AddCommand(requests.CommentCommand)
_ = g.AddCommand(arcon.ListplayersCommand)
_ = g.AddCommand(arcon.BroadcastCommand)
}