aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/emoji_count.py (follow)
Commit message (Collapse)AuthorAgeLines
* Unify emoji count and emoji information to a cog.Gravatar kosayoda2021-03-07-97/+0
|
* removed _ from command nameGravatar Anubhav16032020-10-14-1/+1
|
* improved readbility of code by breaking one liner into if elseGravatar Anubhav16032020-10-13-8/+8
|
* Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-11-1/+4
| | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
* Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-11-1/+4
| | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
* removed len,\n and now passing ctx.guild.emojisGravatar Anubhav16032020-10-09-9/+9
|
* added s in emoji_countGravatar Anubhav16032020-10-07-2/+2
|
* added typing.tupleGravatar Anubhav16032020-10-07-3/+4
|
* added category name and added check for no emojiGravatar Anubhav16032020-10-07-8/+12
|
* Corrected msgGravatar Anubhav2020-10-07-1/+1
| | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
* Corrected doc stringGravatar Anubhav2020-10-07-1/+1
| | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
* removed keys()Gravatar Anubhav16032020-10-05-1/+1
|
* added 1 logging and modified for loop in emoji_countGravatar Anubhav16032020-10-05-7/+9
|
* corrected annotationGravatar Anubhav16032020-10-05-15/+13
|
* removed emoji list and added default dictGravatar Anubhav16032020-10-05-20/+9
|
* added animated emoji check + handled embed exceeding problemGravatar Anubhav16032020-10-04-7/+10
|
* added animated emoji checkGravatar Anubhav16032020-10-04-1/+4
|
* cleaned the codeGravatar Anubhav16032020-10-04-0/+4
|
* removed unnecessary logging and added one spaceGravatar Anubhav16032020-10-03-6/+2
|
* Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-03-4/+5
| | | Co-authored-by: ks129 <[email protected]>
* Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-03-3/+4
| | | Co-authored-by: ks129 <[email protected]>
* Merge branch 'ec' of github.com:Anubhav1603/seasonalbot into ecGravatar Anubhav16032020-10-02-3/+3
|\
| * removed update and added data to dict directlyGravatar Anubhav2020-10-02-1/+1
| | | | | | Co-authored-by: Matteo Bertucci <[email protected]>
| * Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-02-1/+1
| | | | | | Co-authored-by: Matteo Bertucci <[email protected]>
| * Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav2020-10-02-1/+1
| | | | | | Co-authored-by: Matteo Bertucci <[email protected]>
* | added annotationGravatar Anubhav16032020-10-02-2/+2
| |
* | removed print statement,changed logging msg and changed emoji listGravatar Anubhav16032020-10-02-12/+13
| |
* | changed error_msg to emoji_infoGravatar Anubhav16032020-10-02-3/+3
|/
* added ctx annotationGravatar Anubhav16032020-10-02-3/+3
|
* added loggingGravatar Anubhav16032020-10-02-0/+8
|
* added embed_builder_method,error_embed_methodGravatar Anubhav16032020-10-02-0/+80
|
* removedGravatar Anubhav16032020-10-01-29/+0
|
* inital commitGravatar Anubhav16032020-10-01-0/+29