[Feature] Support for setting custom status (#2749)
This commit is contained in:
@@ -227,6 +227,16 @@ namespace Discord.WebSocket
|
||||
/// A task that represents the asynchronous set operation.
|
||||
/// </returns>
|
||||
public abstract Task SetActivityAsync(IActivity activity);
|
||||
|
||||
/// <summary>
|
||||
/// Sets the custom status of the logged-in user.
|
||||
/// </summary>
|
||||
/// <param name="status">The string that will be displayed as status.</param>
|
||||
/// <returns>
|
||||
/// A task that represents the asynchronous set operation.
|
||||
/// </returns>
|
||||
public abstract Task SetCustomStatusAsync(string status);
|
||||
|
||||
/// <summary>
|
||||
/// Attempts to download users into the user cache for the selected guilds.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user