Skip to content

Commit

Permalink
Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Nov 10, 2022
1 parent 8de4a64 commit b12d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModCore/Components/RoleMenuConfigComponents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public async Task SetRolesAsync(ComponentInteractionCreateEventArgs e, IDictiona
await db.SaveChangesAsync();
}

await e.Interaction.EditOriginalResponseAsync(new DiscordWebhookBuilder().WithContent($"👍 Created role menu with name {context["n"]}! Use `/rolemenu` to post it in a channel!")
await e.Interaction.EditOriginalResponseAsync(new DiscordWebhookBuilder().WithContent($"👍 Created role menu with name {context["n"]}! Use the Role Menu config to post it in a channel!")
.AddComponents(new DiscordButtonComponent(ButtonStyle.Secondary, "rm", "Back to Role Menu config", emoji: new DiscordComponentEmoji("🏃"))));
}

Expand Down

0 comments on commit b12d93a

Please sign in to comment.