mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 05:34:12 -04:00
Use api v9
This commit is contained in:
parent
bd98f4cb6a
commit
2467caac9f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace DiscordChatExporter.Core.Discord;
|
|||
public class DiscordClient
|
||||
{
|
||||
private readonly string _token;
|
||||
private readonly Uri _baseUri = new("https://discord.com/api/v8/", UriKind.Absolute);
|
||||
private readonly Uri _baseUri = new("https://discord.com/api/v9/", UriKind.Absolute);
|
||||
|
||||
private TokenKind _tokenKind = TokenKind.Unknown;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue