Skip to content

Commit

Permalink
feat: add guild media to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Jul 5, 2023
1 parent cfaf520 commit 27707dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
GuildForum,
GuildForumPost,
GuildIntegration,
GuildMedia,
GuildNews,
GuildNewsConverter,
GuildNewsThread,
Expand Down Expand Up @@ -476,6 +477,7 @@
"GuildForum",
"GuildForumPost",
"GuildIntegration",
"GuildMedia",
"GuildNews",
"GuildNewsConverter",
"GuildNewsThread",
Expand Down
2 changes: 2 additions & 0 deletions interactions/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
GuildForum,
GuildForumPost,
GuildIntegration,
GuildMedia,
GuildNews,
GuildNewsThread,
GuildPreview,
Expand Down Expand Up @@ -411,6 +412,7 @@
"GuildForum",
"GuildForumPost",
"GuildIntegration",
"GuildMedia",
"GuildNews",
"GuildNewsConverter",
"GuildNewsThread",
Expand Down
2 changes: 2 additions & 0 deletions interactions/models/discord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
GuildChannel,
GuildForum,
GuildForumPost,
GuildMedia,
GuildNews,
GuildNewsThread,
GuildPrivateThread,
Expand Down Expand Up @@ -234,6 +235,7 @@
"GuildForum",
"GuildForumPost",
"GuildIntegration",
"GuildMedia",
"GuildNews",
"GuildNewsThread",
"GuildPreview",
Expand Down

0 comments on commit 27707dd

Please sign in to comment.