Started interview system PoC

This commit is contained in:
Toastie 2024-12-26 17:55:00 +13:00
parent 32f5518891
commit 7f13161853
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
4 changed files with 166 additions and 2 deletions

View file

@ -238,6 +238,11 @@ public class NewCommand : ApplicationCommandModule
// Refreshes the channel as changes were made to it above
ticketChannel = await SupportChild.discordClient.GetChannelAsync(ticketChannel.Id);
if (ticketChannel.Parent?.IsCategory ?? false)
{
Interviewer.StartInterview(ticketChannel);
}
if (staffID != 0)
{
await ticketChannel.SendMessageAsync(new DiscordEmbedBuilder