Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Discord.Commands
|
||||
/// <summary> Gets the shard ID of the command context. </summary>
|
||||
private static int GetShardId(DiscordShardedClient client, IGuild guild)
|
||||
=> guild == null ? 0 : client.GetShardIdFor(guild);
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region ICommandContext
|
||||
/// <inheritdoc />
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace Discord.Commands
|
||||
User = msg.Author;
|
||||
Message = msg;
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region ICommandContext
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user