docs: 2020 April Documentation Maintenance (#1484)
* Add doc page for Named Arguments * Implement minor stylistic changes * Update docfx.json to support NS2.0 Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com> * Fix broken xref in basic-operations * Fix broken crefs * Fix wordings in named argument * Fix misleading warning about long-running code * Fix misleading CommandService summary Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com> * Update copyright year and version Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com> * Escape example captions * Add warning regarding FlattenAsync for GetReactionUsersAsync * Fix a minor grammar mistake Co-authored-by: Joe4evr <jii.geugten@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Discord.Rest
|
||||
/// Gets the current slow-mode delay of the created channel.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the time in seconds required before the user can send another
|
||||
/// An <see cref="int"/> representing the time in seconds required before the user can send another
|
||||
/// message; <c>0</c> if disabled.
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
@@ -95,7 +95,7 @@ namespace Discord.Rest
|
||||
/// Gets the bit-rate that the clients in the created voice channel are requested to use.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the bit-rate (bps) that the created voice channel defines and requests the
|
||||
/// An <see cref="int"/> representing the bit-rate (bps) that the created voice channel defines and requests the
|
||||
/// client(s) to use.
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
|
||||
@@ -71,7 +71,7 @@ namespace Discord.Rest
|
||||
/// Gets the slow-mode delay of the deleted channel.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the time in seconds required before the user can send another
|
||||
/// An <see cref="int"/> representing the time in seconds required before the user can send another
|
||||
/// message; <c>0</c> if disabled.
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
@@ -88,7 +88,7 @@ namespace Discord.Rest
|
||||
/// Gets the bit-rate of this channel if applicable.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the bit-rate set of the voice channel.
|
||||
/// An <see cref="int"/> representing the bit-rate set of the voice channel.
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
public int? Bitrate { get; }
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace Discord.Rest
|
||||
/// Gets the current slow-mode delay of this channel.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the time in seconds required before the user can send another
|
||||
/// An <see cref="int"/> representing the time in seconds required before the user can send another
|
||||
/// message; <c>0</c> if disabled.
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
@@ -49,7 +49,7 @@ namespace Discord.Rest
|
||||
/// Gets the bit-rate of this channel if applicable.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// An <see cref="Int32"/> representing the bit-rate set for the voice channel;
|
||||
/// An <see cref="int"/> representing the bit-rate set for the voice channel;
|
||||
/// <c>null</c> if this is not mentioned in this entry.
|
||||
/// </returns>
|
||||
public int? Bitrate { get; }
|
||||
|
||||
Reference in New Issue
Block a user