change some stuff

This commit is contained in:
Stanley Dimant
2022-08-02 23:11:22 +02:00
parent f794d62122
commit fdea046c77

View File

@@ -65,9 +65,12 @@ namespace MareSynchronosServer.Discord
}
else if (arg.Data.Name == "verify")
{
await arg.DeferAsync(true);
Embed response = await HandleVerifyAsync(arg.User.Id);
await arg.FollowupAsync(embeds: new[] { response });
await arg.RespondAsync(embeds: new[] { response });
}
else
{
await arg.RespondAsync("idk what you did to get here to start, just follow the instructions as provided.");
}
}