From 0156f3b603a64848e65333cca521732ff0463bcc Mon Sep 17 00:00:00 2001 From: Ron31 Date: Mon, 14 Jan 2019 14:33:41 +0100 Subject: [PATCH] Update cmdquote.go Fixing the spelling mistake --- commands/cmdquote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/cmdquote.go b/commands/cmdquote.go index 80643157..a9c5f18d 100644 --- a/commands/cmdquote.go +++ b/commands/cmdquote.go @@ -19,7 +19,7 @@ func (c *CmdQuote) GetInvokes() []string { } func (c *CmdQuote) GetDescription() string { - return "quote a messgage from any chat" + return "quote a message from any chat" } func (c *CmdQuote) GetHelp() string {