forked from Sarah/Lieb-Website
renamed External User Name Modal
cleaned up external users in RaidMessage
This commit is contained in:
parent
8280adaf49
commit
5d429ff90f
2 changed files with 9 additions and 2 deletions
|
@ -11,7 +11,7 @@ namespace DiscordBot.Messages
|
|||
public static Modal buildMessage(int raidId, int roleId)
|
||||
{
|
||||
var mb = new ModalBuilder()
|
||||
.WithTitle("Create Account")
|
||||
.WithTitle("User Name")
|
||||
.WithCustomId($"{Constants.ComponentIds.SIGN_UP_EXTERNAL_MODAL}-{raidId}-{roleId}")
|
||||
.AddTextInput("Name", Constants.ComponentIds.NAME_TEXT_BOX, placeholder: "Name", required: true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue