Appearance
Secret Secrets.GetSecret(string)
Returns the secret with the given name
string - The name of the secret to retreive
string
Secret - The found Player
Secret
using Secrets; Secret discordRequestKey = Secrets.GetSecret("discord-api-key");