Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a self attribute for a Client for <Dispike> object #3

Closed
todo bot opened this issue Dec 28, 2020 · 0 comments
Closed

Create a self attribute for a Client for <Dispike> object #3

todo bot opened this issue Dec 28, 2020 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Dec 28, 2020

dispike/dispike/main.py

Lines 82 to 87 in 7c80ef6

# TODO: Create a self attribute for a Client for <Dispike> object
_send_request = self._registrator._client.get(
_url, headers=self._registrator.request_headers
)
if _send_request.status_code == 200:
return [IncomingApplicationCommand(**x) for x in _send_request.json()]


This issue was generated by todo based on a TODO comment in 7c80ef6 when #2 was merged. cc @ms7m.
@todo todo bot added the todo 🗒️ label Dec 28, 2020
@todo todo bot assigned ms7m Dec 28, 2020
@ms7m ms7m closed this as completed Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant