aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-07Change call of `_get_random_dice` call to use self Gravatar gustavwilliam-1/+1
- Considered best practice Co-authored-by: Leon Sandøy <[email protected]>
2020-10-07Snakes: Use `quote_plus` instead `quote` for parsing snake video queryGravatar ks129-1/+1
2020-10-06Use 3 dots for ellipsisGravatar Quanta-1/+1
2020-10-06Limit issue body to 500 charactersGravatar Quanta-1/+1
2020-10-05apply @Den4200's suggestionsGravatar Chris Gallardo-6/+4
Co-Authored-By: Dennis Pham <[email protected]>
2020-10-05Move _get_random_die to me a separate functionGravatar Gustav Odinger-7/+7
- The function is only created once, instead of every time the roll command is run
2020-10-05Rewrite roll commandGravatar Gustav Odinger-10/+12
- Improves readability - Sends dice separated by single spaces
2020-10-05apply @Den4200's suggestionsGravatar Chris Gallardo-5/+8
Co-Authored-By: Dennis Pham <[email protected]>
2020-10-04Revert and update roll commandGravatar Gustav Odinger-5/+7
- Returns to previous version of code - Improves readability - Adds spaced between dice
2020-10-04Add space between dice in roll commandGravatar Gustav Odinger-7/+5
- Looks much better - Cleans up the code of the roll command
2020-10-04Apply suggestions from code reviewGravatar Chris Gallardo-1/+1
Co-authored-by: gustavwilliam <[email protected]>
2020-10-04removed tag handlingGravatar Anubhav1603-5/+1
2020-10-04cleaned the codeGravatar Anubhav1603-0/+4
2020-10-03Apply suggestions from @gustavwilliam's code reviewGravatar Chris Gallardo-7/+6
Co-authored-by: gustavwilliam <[email protected]>
2020-10-03@gustavwilliam's suggestionsGravatar Chris Gallardo-19/+26
2020-10-03removed unnecessary logging and added one spaceGravatar Anubhav1603-6/+2
2020-10-03changed github_avatar_urlGravatar Anubhav1603-1/+1
2020-10-03Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-4/+5
Co-authored-by: ks129 <[email protected]>
2020-10-03Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-3/+4
Co-authored-by: ks129 <[email protected]>
2020-10-02Added responsesGravatar Chris Gallardo-3/+37
2020-10-02Fix stylingGravatar Chris Gallardo-5/+9
2020-10-02run lintGravatar Chris Gallardo-7/+11
2020-10-02Take @thomaspet's suggestion for SaveThePlanetCogGravatar Chris Gallardo-2/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-10-02removed aliases and default help commandGravatar Anubhav1603-27/+10
2020-10-02added github_avatar_urlGravatar Anubhav1603-0/+1
2020-10-02added annotationGravatar Anubhav1603-2/+2
2020-10-02removed print statement,changed logging msg and changed emoji listGravatar Anubhav1603-12/+13
2020-10-02changed error_msg to emoji_infoGravatar Anubhav1603-3/+3
2020-10-02removed update and added data to dict directlyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02modified error messageGravatar Anubhav1603-3/+5
2020-10-02added ctx annotationGravatar Anubhav1603-3/+3
2020-10-02added loggingGravatar Anubhav1603-0/+8