Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted 1 year ago

Hey there,
yes, it is possible to auto-join users to your server after successful login. To set this up please follow these steps:
- If you haven't already, please head over to https://discord.com/developers/applications and select your application. Head over to the "Bot" section and add you application as a bot. Then copy the token of your bot. (Now you need to invite the just created bot to your server)

- As next step, kindly go to you C3 game and paste you bot token in the Bot-token property on the sidebar. After you pasted the token in, please also paste the Server-id of the server you want them to be added to in the server-id property.

- Now add the guilds.join scope to the scope parameter of the Login action.

Your all set! :)

For a better/more detailed description kindly check out our documentation:

https://discord.com/channels/333339402723917825/1001595907822858270/100221888453...