mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix(core): missed optional options (#9311)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ export class InteractionsAPI {
|
||||
public async getOriginalReply(
|
||||
applicationId: Snowflake,
|
||||
interactionToken: string,
|
||||
{ signal }: Pick<RequestData, 'signal'>,
|
||||
{ signal }: Pick<RequestData, 'signal'> = {},
|
||||
) {
|
||||
return this.webhooks.getMessage(
|
||||
applicationId,
|
||||
|
||||
Reference in New Issue
Block a user