mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 19:14:16 +01:00
change some stuff
This commit is contained in:
parent
f794d62122
commit
fdea046c77
1 changed files with 5 additions and 2 deletions
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue