Discord/Steam Integration Configurations
To configure user information on the loading screen, navigate to secret.lua
. You will find the following configuration settings:
Using Discord Integration: Leave
UseSteam
set tofalse
if you plan to use Discord integration. In this case, enter your Discord bot token in thediscordBotToken
field.Using Steam Integration: If you're using Steam, set
UseSteam
totrue
and enter your Steam API key in thesteamApiKey
field. Be sure to leave thediscordBotToken
empty.
Important: Be sure to not share your API key or token with others to keep your integrations secure.
Last updated