Skip to content

Commit a386e4e

Browse files
authored
Merge pull request #8 from Quivical/dev
Quick patch to pull ClientId
2 parents 8eaf292 + dafbb16 commit a386e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
})
3131
.AddDiscord(options =>
3232
{
33-
options.ClientId = "1112107024415735918";
33+
options.ClientId = Environment.GetEnvironmentVariable("ClientId")!;
3434
options.ClientSecret = Environment.GetEnvironmentVariable("ClientSecret")!;
3535
options.Scope.Add("identify");
3636
options.Scope.Add("guilds");

0 commit comments

Comments
 (0)