Add broadcast command
This commit is contained in:
parent
9ab0c0fe71
commit
b963c070ea
@ -38,4 +38,5 @@ func AddCommandHandlers(g *disgoman.CommandManager) {
|
|||||||
_ = g.AddCommand(requests.ViewCommand)
|
_ = g.AddCommand(requests.ViewCommand)
|
||||||
_ = g.AddCommand(requests.CommentCommand)
|
_ = g.AddCommand(requests.CommentCommand)
|
||||||
_ = g.AddCommand(arcon.ListplayersCommand)
|
_ = g.AddCommand(arcon.ListplayersCommand)
|
||||||
|
_ = g.AddCommand(arcon.BroadcastCommand)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user