We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eaf292 + dafbb16 commit a386e4eCopy full SHA for a386e4e
1 file changed
Program.cs
@@ -30,7 +30,7 @@
30
})
31
.AddDiscord(options =>
32
{
33
- options.ClientId = "1112107024415735918";
+ options.ClientId = Environment.GetEnvironmentVariable("ClientId")!;
34
options.ClientSecret = Environment.GetEnvironmentVariable("ClientSecret")!;
35
options.Scope.Add("identify");
36
options.Scope.Add("guilds");
0 commit comments