Fix small typo in modal example (#2216)
This commit is contained in:
@@ -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 " +
|
||||||
|
|||||||
Reference in New Issue
Block a user