mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-10 05:12:21 +00:00
Normalize namings ("...Type" -> "...Kind")
This commit is contained in:
@@ -16,8 +16,8 @@ namespace DiscordChatExporter.Cli.Commands.Base
|
||||
|
||||
private AuthToken GetAuthToken() => new(
|
||||
IsBotToken
|
||||
? AuthTokenType.Bot
|
||||
: AuthTokenType.User,
|
||||
? AuthTokenKind.Bot
|
||||
: AuthTokenKind.User,
|
||||
TokenValue
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user