reworked sign up workflow
This commit is contained in:
parent
2a9cd89783
commit
19595e52bf
4 changed files with 51 additions and 20 deletions
|
@ -42,7 +42,7 @@ namespace DiscordBot.CommandHandlers
|
|||
userId = component.User.Id
|
||||
};
|
||||
await _httpService.SignOff(signOff);
|
||||
await _handlerFunctions.Respond(component);
|
||||
await component.RespondAsync("Signed Off", ephemeral: true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue