changed role selection message
This commit is contained in:
parent
4b135fb1bd
commit
a2384a53ec
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace DiscordBot.Messages
|
|||
public static MessageComponent buildMessage(List<ApiRole> roles, int raidId, string buttonType, bool allRoles, ulong userIdToSignUp, ulong signedUpByUserId)
|
||||
{
|
||||
var signUpSelect = new SelectMenuBuilder()
|
||||
.WithPlaceholder("Select an option")
|
||||
.WithPlaceholder($"Select a role")
|
||||
.WithCustomId($"{Constants.ComponentIds.ROLE_SELECT_DROP_DOWN}-{raidId}-{buttonType}-{userIdToSignUp}-{signedUpByUserId}")
|
||||
.WithMinValues(1)
|
||||
.WithMaxValues(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue