mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-24 11:47:00 -04:00
Bump Discord API version
This commit is contained in:
parent
0fdab76a74
commit
75b942f66c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace DiscordChatExporter.Core.Discord;
|
|||
public class DiscordClient
|
||||
{
|
||||
private readonly string _token;
|
||||
private readonly Uri _baseUri = new("https://discord.com/api/v9/", UriKind.Absolute);
|
||||
private readonly Uri _baseUri = new("https://discord.com/api/v10/", UriKind.Absolute);
|
||||
|
||||
private TokenKind? _resolvedTokenKind;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue