mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-11 15:56:21 +02:00
Refactor OAuth handling and add GetAuthorizationUrl method
This commit is contained in:
@@ -8,7 +8,7 @@ public interface IUser
|
||||
/// the user's id
|
||||
/// </summary>
|
||||
/// <seealso href="https://discord.com/developers/docs/resources/user#user-object">User-object</seealso>
|
||||
public ulong Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// the user's username, not unique across the platform
|
||||
|
||||
Reference in New Issue
Block a user