fixes for pluralkit

This commit is contained in:
MathMan05
2026-03-18 05:13:51 +01:00
committed by Rory&
parent 8149f90345
commit dc66bcf247
6 changed files with 122 additions and 24 deletions
+1
View File
@@ -26,6 +26,7 @@ interface PendingInteraction {
channelId?: string;
guildId?: string;
nonce?: string;
mesageId?: string;
type: InteractionType;
commandType: ApplicationCommandType;
commandName: string;