I forgot something in the last commit

This commit is contained in:
Toastie 2024-12-27 02:09:08 +13:00
parent 2ee77c89af
commit e51afd0b47
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -38,7 +38,7 @@ public class AdminCommands
return; return;
} }
DiscordUser ticketUser = (user == null ? command.User : user); DiscordUser ticketUser = user == null ? command.User : user;
long id = Database.NewTicket(ticketUser.Id, 0, command.Channel.Id); long id = Database.NewTicket(ticketUser.Id, 0, command.Channel.Id);
await command.RespondAsync(new DiscordEmbedBuilder await command.RespondAsync(new DiscordEmbedBuilder