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

0.4.4 #5

Merged
merged 8 commits into from
Dec 28, 2020
Merged

0.4.4 #5

merged 8 commits into from
Dec 28, 2020

Conversation

ms7m
Copy link
Owner

@ms7m ms7m commented Dec 28, 2020

  • ci changes (now counting code coverage)
  • more tests
  • closes 0.3.8 #2

⚠️ Warning ⚠️

Autocompletion for creating new models under DiscordCommand, CommandChoice, CommandOption, SubcommandOption, CommandTypes on VSCode is broken. (follow discussion here pydantic/pydantic#650, microsoft/python-language-server#1898). PyCharm appears to work using an external plugin.

@todo
Copy link

todo bot commented Dec 28, 2020

Add detection for more distinct exceptions based on api codes.

# TODO: Add detection for more distinct exceptions based on api codes.
def __init__(self, status_code, request_text):
self.message = f"Discord API returned an unexpected response back [{status_code}]: {request_text}"
def __str__(self):
return self.message


This comment was generated by todo based on a TODO comment in 7757642 in #5. cc @ms7m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant