Browse Source

fix guild feature enum

pull/2089/head
Quin Lynch 3 years ago
parent
commit
0e673f9006
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Guilds/GuildFeature.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Guilds/GuildFeature.cs View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace Discord
{
[Flags]
public enum GuildFeature
public enum GuildFeature : long
{
/// <summary>
/// The guild has no features.


Loading…
Cancel
Save