fix: button style
This commit is contained in:
parent
0dc264c547
commit
b911c006c6
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ func deregisterRun(m any, userId, botName string) error {
|
||||||
discordgo.Button{
|
discordgo.Button{
|
||||||
CustomID: utils.MakeDeregisterAgree(userId),
|
CustomID: utils.MakeDeregisterAgree(userId),
|
||||||
Label: "탈퇴",
|
Label: "탈퇴",
|
||||||
Style: discordgo.SuccessButton,
|
Style: discordgo.DangerButton,
|
||||||
},
|
},
|
||||||
discordgo.Button{
|
discordgo.Button{
|
||||||
CustomID: utils.MakeDeregisterDisagree(userId),
|
CustomID: utils.MakeDeregisterDisagree(userId),
|
||||||
Label: "취소",
|
Label: "취소",
|
||||||
Style: discordgo.DangerButton,
|
Style: discordgo.PrimaryButton,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue