Fix small typo in modal example (#2216)

This commit is contained in:
TricolorHen061
2022-04-04 14:20:09 -07:00
committed by GitHub
parent ce410513f4
commit 0439437a65

View File

@@ -20,7 +20,7 @@ public class FoodModal : IModal
// Responds to the modal. // Responds to the modal.
[ModalInteraction("food_menu")] [ModalInteraction("food_menu")]
public async Task ModalResponce(FoodModal modal) public async Task ModalResponse(FoodModal modal)
{ {
// Build the message to send. // Build the message to send.
string message = "hey @everyone, I just learned " + string message = "hey @everyone, I just learned " +