reworked sign up workflow

This commit is contained in:
Sarah Faey 2022-12-03 12:27:51 +01:00
parent 2a9cd89783
commit 19595e52bf
4 changed files with 51 additions and 20 deletions

View file

@ -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;
}
}