theastropath / turbot

A Discord bot for tracking Animal Crossing: New Horizons turnip prices and fossil collections
MIT License
8 stars 1 forks source link

Adds user !info command #111

Closed lexicalunit closed 4 years ago

lexicalunit commented 4 years ago

Screen Shot 2020-04-29 at 4 37 52 PM

In the future we can add things to a user's info, for example:

codecov-io commented 4 years ago

Codecov Report

Merging #111 into master will decrease coverage by 0.32%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   99.55%   99.23%   -0.33%     
==========================================
  Files           1        1              
  Lines         906      919      +13     
  Branches      178      182       +4     
==========================================
+ Hits          902      912      +10     
- Misses          1        2       +1     
- Partials        3        5       +2     
Impacted Files Coverage Δ
src/turbot/__init__.py 99.23% <76.92%> (-0.33%) :arrow_down:

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 564e944...5d26de7. Read the comment docs.

theastropath commented 4 years ago

Merged, although it apparently is case-sensitive, so !info theastropath doesn't work but !info TheAstropath does

lexicalunit commented 4 years ago

Noted! Made an issue for it: https://github.com/theastropath/turbot/issues/112