Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-09-21 | Update bot/exts/evergreen/wikipedia.py | -3/+3 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | Use clean_content when fetching linked msgs for fun commands. | -2/+2 | ||
2020-09-21 | Prevent uwu output from pinging globally allowed roles. | -2/+2 | ||
2020-09-21 | removed s from title | -1/+1 | ||
2020-09-21 | removed t.optional | -2/+2 | ||
2020-09-21 | changed List[str]->Optional[List[str]] | -2/+2 | ||
2020-09-21 | removed extra . | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | changed page ->pages | -5/+7 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | changing and corrected linting | -4/+3 | ||
2020-09-21 | changed f_wiki_urls -> f_wiki_url | -4/+3 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | made code more readable | -0/+2 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | Update bot/exts/evergreen/wikipedia.py | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | Removed the title_no_underscore list with titles | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | changed titles_no_underscore -> titles | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-21 | applied optional to correct function | -2/+2 | ||
2020-09-21 | changed log.info(e)-> log.info(f'Caught exception {e}, breaking out of retry ↵ | -1/+1 | ||
loop') | ||||
2020-09-21 | changed List[str]->Optional[List[str]] | -1/+1 | ||
2020-09-21 | Changed List[str]->Optional[List[str]] | -3/+1 | ||
Co-authored-by: PureFunctor <[email protected]> | ||||
2020-09-20 | changed chance_left -> retry_count, and tweak the code according to pure | -32/+29 | ||
2020-09-20 | removed while loop and added for loop | -25/+30 | ||
2020-09-20 | added static method and added genrator expression and list comprehension | -11/+11 | ||
2020-09-19 | Fix order of imports | -1/+1 | ||
2020-09-19 | Authenticate with the GitHub API to allow for more requests | -3/+7 | ||
2020-09-19 | Invoke help command when no PRs/issues are given | -0/+4 | ||
2020-09-19 | Limit maximum PRs/issues to 10 per invocation | -1/+14 | ||
2020-09-19 | Allow `issue` command in #dev-branding | -2/+6 | ||
2020-09-19 | Described how links are shown in the embed. | -0/+1 | ||
2020-09-19 | Replaced single quotes with double, set the repo link to be user-defined | -2/+2 | ||
2020-09-19 | Updated issue/pr command to get multiple links. | -38/+46 | ||
2020-09-18 | Stop users from viewing messages they shouldn't. | -6/+10 | ||
Using a user token, a user could fetch the message ID of a message in any channel, which may leak information when potential Message objects are automatically converted and parsed. Now, the bot will only retrive text from a valid Message object if the user has read permissions for the message the channel is in. | ||||
2020-09-18 | Fix typo in casercipher help. | -1/+1 | ||
2020-09-18 | Refactor methods to use _get_text_and_embed | -7/+4 | ||
This changes the converters used by caesarcipher_encrypt and caesarcipher_decrypt in order to accomodate for the manual conversion that _get_text_and_embed does, which allows for this feature to be easily disabled. | ||||
2020-09-18 | Make the encryption function top-level | -13/+21 | ||
This makes caesar_func a top-level function and renames it to caesar_cipher. | ||||
2020-09-17 | fix `reddit` command to use new emojis. | -3/+3 | ||
2020-09-17 | corrected typo | -1/+1 | ||
2020-09-17 | corrected doc string ,changed l_of_list to titles_len and add author channel ↵ | -6/+6 | ||
check | ||||
2020-09-17 | Removed unnecessary pass | -3/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-17 | changed title is None to not titles | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-17 | Corrected grammer | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-17 | Changed len(searched_result)-> searched result | -1/+1 | ||
Co-authored-by: Thomas Petersson <[email protected]> | ||||
2020-09-17 | Update variable name from terning to dice | -2/+2 | ||
2020-09-16 | Update .roll to use new dice emojis | -7/+7 | ||
- Resolves #440 | ||||
2020-09-13 | Apply suggestions from code review | -5/+5 | ||
Fix grammar errors Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Renamed from python-extensions to c-extensions, reordered within list. | -4/+4 | ||
2020-09-10 | Updated the #computer-science channel ID. | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Updated the #python-general channel ID. | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Update bot/exts/evergreen/conversationstarters.py | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Made all channel names lowercase. | -4/+4 | ||
2020-09-10 | Updated conversationstarters to simplify what values need to be checked. | -7/+4 | ||
2020-09-10 | Renamed "esoteric-Python" to "esoteric-python" | -1/+1 | ||