From cc8c0e2628f4bd48abc0463d2bd0ec9b71f499ed Mon Sep 17 00:00:00 2001 From: Henesy Date: Mon, 30 Nov 2020 23:25:37 +0000 Subject: [PATCH] s/bs/bullshit/ --- x/mux/fortunes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mux/fortunes.go b/x/mux/fortunes.go index f0fff50e3d2c4a02b3a4465ba2c1d3b7c00014d6..d12656f649cc1f138e293bf65174c9b053e74607 100644 --- a/x/mux/fortunes.go +++ b/x/mux/fortunes.go @@ -54,7 +54,7 @@ func (m *Mux) Fortunes(ds *discordgo.Session, dm *discordgo.Message, ctx *Contex func (m *Mux) Bullshit(ds *discordgo.Session, dm *discordgo.Message, ctx *Context) { resp := "```\n" - out, err := exec.Command(Config.Db["bs"]).Output() + out, err := exec.Command(Config.Db["bullshit"]).Output() if err != nil { resp += "No bullshit script found." goto END