Skip to content

Commit

Permalink
Resolve forumchannel tag rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFlipnote committed Feb 6, 2025
1 parent 9443c46 commit 656ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord_http/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.10"
__version__ = "2.0.11"

# flake8: noqa: F401
from .asset import *
Expand Down
2 changes: 1 addition & 1 deletion discord_http/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ def __init__(self, state: "DiscordAPI", data: dict):

self.tags: list[ForumTag] = [
ForumTag(data=g)
for g in data.get("tags", [])
for g in data.get("available_tags", [])
]

self._from_data(data)
Expand Down

0 comments on commit 656ac64

Please sign in to comment.