Browse Source

Split xml docs line

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

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

@@ -25,7 +25,8 @@ namespace Discord.WebSocket
/// Fired when guild data has finished downloading.
/// </summary>
/// <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>
public event Func<Task> Ready
{


Loading…
Cancel
Save