Skip to content

Commit

Permalink
feat!: remove http property
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 authored Nov 9, 2024
1 parent 483c353 commit ced2f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions koreanbots/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ def __init__(
) -> None:
super().__init__(api_key, session)

@property
def _http(self): # type: ignore
# 내부 프로퍼티
return super()

async def post_guild_count(self, bot_id: int, **kwargs: Optional[int]) -> None:
"""
길드 개수를 서버에 전송합니다.
Expand Down
30 changes: 0 additions & 30 deletions tests/test_http.py

This file was deleted.

0 comments on commit ced2f7e

Please sign in to comment.