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

chore: merge branch docs to master #13

Merged
merged 7 commits into from
Dec 31, 2020
Merged

chore: merge branch docs to master #13

merged 7 commits into from
Dec 31, 2020

Conversation

ms7m
Copy link
Owner

@ms7m ms7m commented Dec 31, 2020

No description provided.

@todo
Copy link

todo bot commented Dec 31, 2020

Automate stub generation until upstream issue fix.

# TODO: Automate stub generation until upstream issue fix.
class CommandChoice:
def __init__(self, name: str, value: str) -> None: ...
class CommandOption:


This comment was generated by todo based on a TODO comment in 8f35569 in #13. cc @ms7m.

@todo
Copy link

todo bot commented Dec 31, 2020

if accessing .embeds, return an Embed object instead of dict.

# TODO: if accessing .embeds, return an Embed object instead of dict.
return self._embeds
def add_new_embed(self, embed_to_add: Embed):
"""Append a new embed, provided with a proper Embed object


This comment was generated by todo based on a TODO comment in 8f35569 in #13. cc @ms7m.

@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #13 (9f3c667) into master (4962361) will increase coverage by 0.26%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   83.10%   83.36%   +0.26%     
==========================================
  Files          13       13              
  Lines         444      457      +13     
==========================================
+ Hits          369      381      +12     
- Misses         75       76       +1     
Impacted Files Coverage Δ
dispike/register/registrator.py 96.87% <ø> (ø)
dispike/main.py 50.49% <75.00%> (+0.49%) ⬆️
dispike/eventer.py 92.30% <100.00%> (ø)
dispike/middlewares/verification.py 86.66% <100.00%> (+0.95%) ⬆️
dispike/response.py 92.30% <100.00%> (+0.41%) ⬆️
dispike/server.py 87.03% <100.00%> (+0.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2a36b3...9f3c667. Read the comment docs.

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.

1 participant