fix: Embed's name
This commit is contained in:
parent
4d46177a66
commit
a109806643
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ func helpRun(c *Command, s *discordgo.Session, m any, args *[]string) {
|
|||
|
||||
command := Discommand.Commands[commandName]
|
||||
|
||||
embed.Title = fmt.Sprintf("%s의 %s 도움말", s.State.User.Username, command.Name)
|
||||
embed.Title = fmt.Sprintf("%s의 %s 명령어의 도움말", s.State.User.Username, command.Name)
|
||||
embed.Fields = []*discordgo.MessageEmbedField{
|
||||
{
|
||||
Name: "설명",
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"git.wh64.net/muffin/goMuffin/utils"
|
||||
)
|
||||
|
||||
const MUFFIN_VERSION = "5.0.0-gopher_preview.250405b"
|
||||
const MUFFIN_VERSION = "5.0.0-gopher_preview.250406a"
|
||||
|
||||
var updatedString string = utils.Decimals.FindAllStringSubmatch(MUFFIN_VERSION, -1)[3][0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue