Isolated AvatarImageType
This commit is contained in:
@@ -8,13 +8,6 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace Discord
|
namespace Discord
|
||||||
{
|
{
|
||||||
public enum AvatarImageType
|
|
||||||
{
|
|
||||||
None,
|
|
||||||
Jpeg,
|
|
||||||
Png
|
|
||||||
}
|
|
||||||
|
|
||||||
public partial class DiscordClient
|
public partial class DiscordClient
|
||||||
{
|
{
|
||||||
public const int MaxMessageSize = 2000;
|
public const int MaxMessageSize = 2000;
|
||||||
|
|||||||
9
src/Discord.Net/Enums/AvatarImageType.cs
Normal file
9
src/Discord.Net/Enums/AvatarImageType.cs
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
namespace Discord
|
||||||
|
{
|
||||||
|
public enum AvatarImageType
|
||||||
|
{
|
||||||
|
None,
|
||||||
|
Jpeg,
|
||||||
|
Png
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user