Format the project with 'dotnet format' (#2551)
* Sync and Re-Format * Fix Title string. * Fix indentation.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Discord.API;
|
||||
using Discord.Rest;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using Discord.API;
|
||||
using Discord.Rest;
|
||||
|
||||
namespace Discord.WebSocket
|
||||
{
|
||||
@@ -283,7 +283,7 @@ namespace Discord.WebSocket
|
||||
/// A <see cref="SocketSticker"/> if found, otherwise <see langword="null"/>.
|
||||
/// </returns>
|
||||
public abstract Task<SocketSticker> GetStickerAsync(ulong id, CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null);
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region IDiscordClient
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user