We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with_expiration
1 parent 7e21a94 commit c8f6066Copy full SHA for c8f6066
packages/discord.js/src/client/Client.js
@@ -277,7 +277,6 @@ class Client extends BaseClient {
277
const code = resolveInviteCode(invite);
278
const query = makeURLSearchParams({
279
with_counts: true,
280
- with_expiration: true,
281
guild_scheduled_event_id: options?.guildScheduledEventId,
282
});
283
const data = await this.rest.get(Routes.invite(code), { query });
0 commit comments