From a95df9f99724912f5ac516208028f3223a9ba687 Mon Sep 17 00:00:00 2001 From: Amavect <28678586+Amavect@users.noreply.github.com> Date: Wed, 14 Nov 2018 16:20:53 +0000 Subject: [PATCH] patchy patch patches patches! PATCH (/x/mux/fortunes.go) --- x/mux/fortunes.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x/mux/fortunes.go b/x/mux/fortunes.go index 38afd4c8a2133606a7ce26533a8c79d20885ab2b..12381fb38b734b6be77243c5c04d9ae1c6231173 100644 --- a/x/mux/fortunes.go +++ b/x/mux/fortunes.go @@ -27,6 +27,8 @@ func (m *Mux) Fortunes(ds *discordgo.Session, dm *discordgo.Message, ctx *Contex f = "rob" } else if strings.Contains(dm.Content, "ken") { f = "ken" + } else if strings.Contains(dm.Content, "henesy") { + f = "henesy" } else { f = "../sys/games/lib/fortunes" }