diff --git a/commands/help.go b/commands/help.go
index 1b59a8d..b87aa8c 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -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:   "설명",
diff --git a/configs/version.go b/configs/version.go
index 465cf68..1fd4f0e 100644
--- a/configs/version.go
+++ b/configs/version.go
@@ -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]