mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
targetApplicationId missing (#2244)
This commit is contained in:
@@ -15,7 +15,7 @@ export async function createInvite(bot: Bot, channelId: bigint, options: CreateC
|
||||
unique: options.unique,
|
||||
target_type: options.targetType,
|
||||
target_user_id: options.targetUserId,
|
||||
target_application_id: options.targetUserId,
|
||||
target_application_id: options.targetApplicationId,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user