How to join a guild via invites #3180
Unanswered
mwpowellhtx
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You cannot. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's not possible.
…On Wed, Aug 27, 2025, 7:52 PM Michael W Powell ***@***.***> wrote:
It is not possible? or the API is not "there" for it?
—
Reply to this email directly, view it on GitHub
<#3180 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJF23EB7P2QI7KZQXZBKRL3PZACJAVCNFSM6AAAAACE7LSPWCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRTHAZTOMQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bot I want to help automate the joining to a server via invite, if possible. I'm scanning the
DiscordSocketClient
interface for available methods and properties, the nearest thing I see isGetInviteAsync
, but this assumes we already know theulong inviteId
, or is perhaps that all we need to know from a user perspective? Something like this:Ends up returning a
RestInviteMetadata
. On the other side of that, I do not see how to 'consume' or follow through on the invite to join a guild. I see some events, guilds joined and what not, but no method that would seem to invoke that action.Perhaps I am missing something... How is something like that possible?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions