Started interview system PoC
This commit is contained in:
parent
32f5518891
commit
7f13161853
4 changed files with 166 additions and 2 deletions
Commands
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue