aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-21Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav-3/+3
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21Use clean_content when fetching linked msgs for fun commands.Gravatar scragly-2/+2
2020-09-21Prevent uwu output from pinging globally allowed roles.Gravatar scragly-2/+2
2020-09-21removed s from titleGravatar Anubhav1603-1/+1
2020-09-21removed t.optionalGravatar Anubhav1603-2/+2
2020-09-21changed List[str]->Optional[List[str]]Gravatar Anubhav1603-2/+2
2020-09-21removed extra .Gravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21changed page ->pagesGravatar Anubhav-5/+7
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21changing and corrected lintingGravatar Anubhav1603-4/+3
2020-09-21changed f_wiki_urls -> f_wiki_urlGravatar Anubhav-4/+3
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21made code more readableGravatar Anubhav-0/+2
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-21Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
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-21applied optional to correct functionGravatar Anubhav1603-2/+2
2020-09-21changed log.info(e)-> log.info(f'Caught exception {e}, breaking out of retry ↵Gravatar Anubhav1603-1/+1
loop')
2020-09-21changed List[str]->Optional[List[str]]Gravatar Anubhav1603-1/+1
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-19Fix order of importsGravatar Den4200-1/+1
2020-09-19Authenticate with the GitHub API to allow for more requestsGravatar Den4200-3/+7
2020-09-19Invoke help command when no PRs/issues are givenGravatar Den4200-0/+4
2020-09-19Limit maximum PRs/issues to 10 per invocationGravatar Den4200-1/+14
2020-09-19Allow `issue` command in #dev-brandingGravatar Den4200-2/+6
2020-09-19Described how links are shown in the embed.Gravatar Xithrius-0/+1
2020-09-19Replaced single quotes with double, set the repo link to be user-definedGravatar Xithrius-2/+2
2020-09-19Updated issue/pr command to get multiple links.Gravatar Xithrius-38/+46
2020-09-18Stop users from viewing messages they shouldn't.Gravatar kosayoda-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-18Fix typo in casercipher help.Gravatar Kieran Siek-1/+1
2020-09-18Refactor methods to use _get_text_and_embedGravatar PureFunctor-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-18Make the encryption function top-levelGravatar PureFunctor-13/+21
This makes caesar_func a top-level function and renames it to caesar_cipher.
2020-09-17fix `reddit` command to use new emojis.Gravatar Senjan21-3/+3
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-17Update variable name from terning to diceGravatar Gustav Odinger-2/+2
2020-09-16Update .roll to use new dice emojisGravatar Gustav Odinger-7/+7
- Resolves #440
2020-09-13Apply suggestions from code review Gravatar AtieP-5/+5
Fix grammar errors Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Renamed from python-extensions to c-extensions, reordered within list.Gravatar Xithrius-4/+4
2020-09-10Updated the #computer-science channel ID.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Updated the #python-general channel ID.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Made all channel names lowercase.Gravatar Xithrius-4/+4
2020-09-10Updated conversationstarters to simplify what values need to be checked.Gravatar Xithrius-7/+4
2020-09-10Renamed "esoteric-Python" to "esoteric-python"Gravatar Xithrius-1/+1