You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RefreshDiscordBot/Program.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@
24
24
DiscordToken=Environment.GetEnvironmentVariable("DISCORD_TOKEN")??thrownewException("DISCORD_TOKEN was not provided"),
25
25
ApiBaseUrl=Environment.GetEnvironmentVariable("RDB_API_BASE_URL")??thrownewException("RDB_API_BASE_URL was not provided"),
26
26
WebUrl=Environment.GetEnvironmentVariable("RDB_WEB_URL")??thrownewException("RDB_WEB_URL was not provided"),
27
-
PlayersOnlineChannel=ulong.Parse(Environment.GetEnvironmentVariable("RDB_PLAYERS_ONLINE_CHANNEL")??thrownewException("RDB_PLAYERS_ONLINE_CHANNEL was not provided"))
PlayersOnlineChannel=ulong.Parse(Environment.GetEnvironmentVariable("RDB_PLAYERS_ONLINE_CHANNEL")??thrownewException("RDB_PLAYERS_ONLINE_CHANNEL was not provided")),
0 commit comments