Skip to content

Commit

Permalink
Make ForumTag extend ForumTagSnowflake (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Oct 10, 2022
1 parent 4fe2065 commit 93ac62f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@
* Represents a Discord Forum Tag.
* <br>These tags can be applied to forum posts to help categorize them.
*/
public interface ForumTag extends ISnowflake, Comparable<ForumTag>, BaseForumTag
public interface ForumTag extends ForumTagSnowflake, Comparable<ForumTag>, BaseForumTag
{
/**
* The maximum length of a forum tag name ({@value #MAX_NAME_LENGTH})
Expand Down

0 comments on commit 93ac62f

Please sign in to comment.