Added kill alias to restart command
parent
9155051b83
commit
ed09ca153c
|
@ -58,6 +58,7 @@ func main() {
|
||||||
Router.Route("mixes", "Post the link to my fire mixtapes!", postMixes)
|
Router.Route("mixes", "Post the link to my fire mixtapes!", postMixes)
|
||||||
Router.Route("xkcd", "Post a specific, random, or the latest XKCD comic", getXKCD)
|
Router.Route("xkcd", "Post a specific, random, or the latest XKCD comic", getXKCD)
|
||||||
Router.Route("restart", "Restart the bot.", restartBot)
|
Router.Route("restart", "Restart the bot.", restartBot)
|
||||||
|
Router.Route("kill", "Restart the bot.", restartBot)
|
||||||
|
|
||||||
//Open a connection to Discord
|
//Open a connection to Discord
|
||||||
err = Session.Open()
|
err = Session.Open()
|
||||||
|
|
Loading…
Reference in New Issue