mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:27:22 +01:00
enable ephemeral
This commit is contained in:
parent
722b3fbec6
commit
ee0ccdf0cb
1 changed files with 2 additions and 2 deletions
|
|
@ -66,11 +66,11 @@ namespace MareSynchronosServer.Discord
|
|||
else if (arg.Data.Name == "verify")
|
||||
{
|
||||
Embed response = await HandleVerifyAsync(arg.User.Id);
|
||||
await arg.RespondAsync(embeds: new[] { response });
|
||||
await arg.RespondAsync(embeds: new[] { response }, ephemeral: true);
|
||||
}
|
||||
else
|
||||
{
|
||||
await arg.RespondAsync("idk what you did to get here to start, just follow the instructions as provided.");
|
||||
await arg.RespondAsync("idk what you did to get here to start, just follow the instructions as provided.", ephemeral: true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue