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 c48cc74 commit 432cdbeCopy full SHA for 432cdbe
packages/discord.js/src/client/Client.js
@@ -441,7 +441,6 @@ class Client extends BaseClient {
441
const code = resolveInviteCode(invite);
442
const query = makeURLSearchParams({
443
with_counts: true,
444
- with_expiration: true,
445
guild_scheduled_event_id: options?.guildScheduledEventId,
446
});
447
const data = await this.rest.get(Routes.invite(code), { query });
0 commit comments