mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-02-15 01:13:42 +01:00
Formatting.
This commit is contained in:
parent
2d38922d49
commit
9a672f37cf
|
|
@ -11,7 +11,7 @@ IConfiguration configuration = new ConfigurationBuilder()
|
||||||
|
|
||||||
string? token = configuration.GetSection("Token").Value;
|
string? token = configuration.GetSection("Token").Value;
|
||||||
|
|
||||||
if(token is null)
|
if (token is null)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Token has not been found in any form of configuration.");
|
Console.WriteLine("Token has not been found in any form of configuration.");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue