From f7b518596751263e556ef4d12d93a64eac291df6 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 6 Apr 2020 19:41:07 -0800 Subject: [PATCH] Update comments for Godoc --- command-manager.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command-manager.go b/command-manager.go index b351920..9f414f8 100644 --- a/command-manager.go +++ b/command-manager.go @@ -58,8 +58,7 @@ func (c *CommandManager) IsOwner(id string) bool { return false } -// OnMessage -// checks if the message has one of the specified prefixes +// OnMessage checks if the message has one of the specified prefixes // and if the message contains one of the commands. // It then processes the arguments to pass into the command, // checks the permissions for the command, and