aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-21Removed the title_no_underscore list with titlesGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21changed titles_no_underscore -> titlesGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21Changed List[str]->Optional[List[str]]Gravatar Anubhav-3/+1
Co-authored-by: PureFunctor <[email protected]>
2020-09-20changed chance_left -> retry_count, and tweak the code according to pureGravatar Anubhav1603-32/+29
2020-09-20removed while loop and added for loopGravatar Anubhav1603-25/+30
2020-09-20added static method and added genrator expression and list comprehensionGravatar Anubhav1603-11/+11
2020-09-17corrected typoGravatar Anubhav1603-1/+1
2020-09-17corrected doc string ,changed l_of_list to titles_len and add author channel ↵Gravatar Anubhav1603-6/+6
check
2020-09-17Removed unnecessary passGravatar Anubhav-3/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-17changed title is None to not titlesGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-17Corrected grammerGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-17Changed len(searched_result)-> searched resultGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-08corrected typoGravatar Anubhav1603-1/+1
2020-09-08corrected typoGravatar Anubhav1603-1/+1
2020-09-08corrected typoGravatar Anubhav1603-3/+3
2020-09-08Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav-1/+1
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-08corrected 0 option error,now wikipedia chance is not hardcodedGravatar Anubhav1603-12/+15
2020-09-08added wikipedia class which has total_chanceGravatar Anubhav1603-0/+3
2020-09-08made two variable of responseGravatar Anubhav1603-2/+2
2020-09-07Corrected typoGravatar Anubhav-1/+1
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-07changes chance var to chancesGravatar Anubhav1603-25/+35
2020-09-07removed extra spaceGravatar Anubhav1603-1/+0
2020-09-06Corrected grammerGravatar Anubhav-1/+1
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-06corrected error msg of index errorGravatar Anubhav1603-1/+1
2020-09-06corrected index error and solve issue spam issue of wiki commandGravatar Anubhav1603-10/+21
2020-09-06corrected indexing problemGravatar Anubhav1603-1/+5
2020-09-05changed final to titles_no_underscoreGravatar Anubhav-1/+1
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-04changed search_description to s_desc cuz its failing E501Gravatar Anubhav1603-12/+12
2020-09-04corrected import order and added annotation for userGravatar Anubhav1603-3/+3
2020-09-04added value error exceptionGravatar Anubhav1603-6/+9