Browse Source

Fix typo

pull/1548/head
Paulo 5 years ago
parent
commit
71a03e19a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketClient.Events.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketClient.Events.cs View File

@@ -25,7 +25,7 @@ namespace Discord.WebSocket
/// Fired when guild data has finished downloading. /// Fired when guild data has finished downloading.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// It is possible that some guilds might be unsynced if <see cref="DiscordSocketConfig.MaxWaitBetweenGuildAvailablesBeforeReady" /> was not long enough to receive all GUILD_AVAILABLES before READY.
/// It is possible that some guilds might be unsynced if <see cref="DiscordSocketConfig.MaxWaitBetweenGuildAvailablesBeforeReady" /> was not long enough to receive all GUILD_AVAILABLEs before READY.
/// </remarks> /// </remarks>
public event Func<Task> Ready public event Func<Task> Ready
{ {


Loading…
Cancel
Save