Update NuGet packages

This commit is contained in:
Oleksii Holub
2022-12-08 22:19:19 +02:00
parent f3830247fe
commit 07b72b9023
6 changed files with 2 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ public abstract class TokenCommandBase : ICommand
[CommandOption(
"token",
't',
IsRequired = true,
EnvironmentVariable = "DISCORD_TOKEN",
Description = "Authentication token."
)]