From ff32a29bc4ff5ea0a16631c08258646dd5e78680 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Mon, 14 Jul 2025 21:08:17 +0900 Subject: [PATCH] typo: remove wrong space --- commands/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/chat.go b/commands/chat.go index 8c1e66b..b992532 100644 --- a/commands/chat.go +++ b/commands/chat.go @@ -144,7 +144,7 @@ func chatCommandRun(cType chatCommandType, m any, user *discordgo.User, contentO return err } return utils.NewMessageSender(m). - AddComponents(utils.GetSuccessContainer(discordgo.TextDisplay{Content: fmt.Sprintf("%s를 생성했어요. 이제 현재 채팅은 %s에요.", contentOrName, contentOrName)})). + AddComponents(utils.GetSuccessContainer(discordgo.TextDisplay{Content: fmt.Sprintf("%s를 생성했어요. 이제 현재 채팅은 %s에요.", contentOrName, contentOrName)})). SetComponentsV2(true). SetReply(true). Send()