Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Unify emoji count and emoji information to a cog. | 2021-03-07 | -97/+0 | |
| | ||||
* | removed _ from command name | 2020-10-14 | -1/+1 | |
| | ||||
* | improved readbility of code by breaking one liner into if else | 2020-10-13 | -8/+8 | |
| | ||||
* | Update bot/exts/evergreen/emoji_count.py | 2020-10-11 | -1/+4 | |
| | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
* | Update bot/exts/evergreen/emoji_count.py | 2020-10-11 | -1/+4 | |
| | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
* | removed len,\n and now passing ctx.guild.emojis | 2020-10-09 | -9/+9 | |
| | ||||
* | added s in emoji_count | 2020-10-07 | -2/+2 | |
| | ||||
* | added typing.tuple | 2020-10-07 | -3/+4 | |
| | ||||
* | added category name and added check for no emoji | 2020-10-07 | -8/+12 | |
| | ||||
* | Corrected msg | 2020-10-07 | -1/+1 | |
| | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
* | Corrected doc string | 2020-10-07 | -1/+1 | |
| | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
* | removed keys() | 2020-10-05 | -1/+1 | |
| | ||||
* | added 1 logging and modified for loop in emoji_count | 2020-10-05 | -7/+9 | |
| | ||||
* | corrected annotation | 2020-10-05 | -15/+13 | |
| | ||||
* | removed emoji list and added default dict | 2020-10-05 | -20/+9 | |
| | ||||
* | added animated emoji check + handled embed exceeding problem | 2020-10-04 | -7/+10 | |
| | ||||
* | added animated emoji check | 2020-10-04 | -1/+4 | |
| | ||||
* | cleaned the code | 2020-10-04 | -0/+4 | |
| | ||||
* | removed unnecessary logging and added one space | 2020-10-03 | -6/+2 | |
| | ||||
* | Update bot/exts/evergreen/emoji_count.py | 2020-10-03 | -4/+5 | |
| | | | Co-authored-by: ks129 <[email protected]> | |||
* | Update bot/exts/evergreen/emoji_count.py | 2020-10-03 | -3/+4 | |
| | | | Co-authored-by: ks129 <[email protected]> | |||
* | Merge branch 'ec' of github.com:Anubhav1603/seasonalbot into ec | 2020-10-02 | -3/+3 | |
|\ | ||||
| * | removed update and added data to dict directly | 2020-10-02 | -1/+1 | |
| | | | | | | Co-authored-by: Matteo Bertucci <[email protected]> | |||
| * | Update bot/exts/evergreen/emoji_count.py | 2020-10-02 | -1/+1 | |
| | | | | | | Co-authored-by: Matteo Bertucci <[email protected]> | |||
| * | Update bot/exts/evergreen/emoji_count.py | 2020-10-02 | -1/+1 | |
| | | | | | | Co-authored-by: Matteo Bertucci <[email protected]> | |||
* | | added annotation | 2020-10-02 | -2/+2 | |
| | | ||||
* | | removed print statement,changed logging msg and changed emoji list | 2020-10-02 | -12/+13 | |
| | | ||||
* | | changed error_msg to emoji_info | 2020-10-02 | -3/+3 | |
|/ | ||||
* | added ctx annotation | 2020-10-02 | -3/+3 | |
| | ||||
* | added logging | 2020-10-02 | -0/+8 | |
| | ||||
* | added embed_builder_method,error_embed_method | 2020-10-02 | -0/+80 | |
| | ||||
* | removed | 2020-10-01 | -29/+0 | |
| | ||||
* | inital commit | 2020-10-01 | -0/+29 | |