From e1c4f0f04107d2c6d71d8487c6cb1a4ddf0efd5b Mon Sep 17 00:00:00 2001 From: twoscott Date: Sun, 10 Jul 2022 22:43:55 +0100 Subject: [PATCH] discord: Fix comment spacing --- discord/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/command.go b/discord/command.go index af3cfcf..d450519 100644 --- a/discord/command.go +++ b/discord/command.go @@ -329,7 +329,7 @@ const ( // - *RoleOption // - *MentionableOption // - *NumberOption -// - *AttachmentOption +// - *AttachmentOption // type CommandOption interface { Name() string