typo: remove wrong space
This commit is contained in:
parent
b911c006c6
commit
ff32a29bc4
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func chatCommandRun(cType chatCommandType, m any, user *discordgo.User, contentO
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
return utils.NewMessageSender(m).
|
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).
|
SetComponentsV2(true).
|
||||||
SetReply(true).
|
SetReply(true).
|
||||||
Send()
|
Send()
|
||||||
|
|
Loading…
Reference in a new issue