mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update github repo URL
This commit is contained in:
parent
89a770d59b
commit
a18fd9bd0d
14 changed files with 24 additions and 24 deletions
|
|
@ -10,7 +10,7 @@ namespace Myriad.Rest;
|
|||
|
||||
public class DiscordApiClient
|
||||
{
|
||||
public const string UserAgent = "DiscordBot (https://github.com/xSke/PluralKit/tree/main/Myriad/, v1)";
|
||||
public const string UserAgent = "DiscordBot (https://github.com/PluralKit/PluralKit/tree/main/Myriad/, v1)";
|
||||
private const string DefaultApiBaseUrl = "https://discord.com/api/v10";
|
||||
private readonly BaseRestClient _client;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue