diff --git a/pocketbot.go b/pocketbot.go index e755ec1..3ddd08f 100644 --- a/pocketbot.go +++ b/pocketbot.go @@ -58,6 +58,7 @@ func main() { 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("restart", "Restart the bot.", restartBot) + Router.Route("kill", "Restart the bot.", restartBot) //Open a connection to Discord err = Session.Open()