typo: remove wrong space

This commit is contained in:
Siwoo Jeon 2025-07-14 21:08:17 +09:00
parent b911c006c6
commit ff32a29bc4
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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()