Skip to content

Commit

Permalink
Update hikari/internal/routes.py
Browse files Browse the repository at this point in the history
Co-authored-by: davfsa <davfsa@gmail.com>
Signed-off-by: nulldomain <git@nulldoma.in>
  • Loading branch information
null-domain and davfsa authored Dec 7, 2023
1 parent 423302d commit a6dd630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hikari/internal/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def compile_to_file(
POST_CHANNEL_WEBHOOKS: typing.Final[Route] = Route(POST, "/channels/{channel}/webhooks")
GET_CHANNEL_WEBHOOKS: typing.Final[Route] = Route(GET, "/channels/{channel}/webhooks")

# Stage instances
POST_STAGE_INSTANCE: typing.Final[Route] = Route(POST, "/stage-instances")
GET_STAGE_INSTANCE: typing.Final[Route] = Route(GET, "/stage-instances/{channel}")
PATCH_STAGE_INSTANCE: typing.Final[Route] = Route(PATCH, "/stage-instances/{channel}")
Expand Down

0 comments on commit a6dd630

Please sign in to comment.