skyslovt
Results
2
comments of
skyslovt
I mean the info from `await client.fetchInvite`, but returning in `await client.acceptInvite`
I want to get the guild id form the invite but something the `acceptInvite` return `undefined` ``` const invite = await client.acceptInvite('discord.gg/invite',{ bypassOnboarding: true, bypassVerify: true }); console.log(invite) // undefined...