aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | Merge pull request #799 from python-discord/remove-gpl-depsGravatar Matteo Bertucci2021-08-09-183/+280
|\ \ \ \ \ | | | | | | | | | | | | Remove gpl deps
| * \ \ \ \ Merge branch 'main' into remove-gpl-depsGravatar Matteo Bertucci2021-08-09-44/+62
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Modify code to comply with new linter error N818Gravatar wookie1842021-08-06-7/+7
| | | | | |
| * | | | | Replace fuzzywuzzy with rapidfuzzGravatar wookie1842021-08-06-22/+78
| | | | | |
| * | | | | Pinned aioredis to 1.3 and relocked dependenciesGravatar wookie1842021-08-06-155/+196
| | | | | | | | | | | | | | | | | | | | | | | | aioredis pin needed as fakeredis doesn't support aioredis 2.0.0, but poetry update was not respecting that requirement
| | * | | | Removed a massive it blockGravatar Kronifer2021-08-16-23/+24
| | | | | |
| | * | | | lint fix because precommit didn't runGravatar Kronifer2021-08-16-4/+6
| | | | | |
| | * | | | Merged .reverse into one command and made reversing the users profile ↵Gravatar Kronifer2021-08-16-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | picture the default behavior
| | * | | | Merge branch 'main' into mainGravatar ChrisJL2021-06-07-12/+297
| | |\ \ \ \
| | * | | | | Removed importGravatar Kronifer2021-06-07-1/+0
| | | | | | |
| | * | | | | Removed the file uploadGravatar Kronifer2021-06-04-30/+0
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | * | | | | Another renameGravatar Kronifer2021-06-04-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | * | | | | Small renamingGravatar Kronifer2021-06-04-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | * | | | | Finished extra functionalityGravatar Kronifer2021-06-02-7/+43
| | | | | | |
| | * | | | | Merge branch 'main' of github.com:kronifer/sir-lancebotGravatar Kronifer2021-06-01-1/+1
| | |\ \ \ \ \
| | | * | | | | Small docstring change.Gravatar Kronifer2021-06-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]>
| | * | | | | | started cmd groupGravatar Kronifer2021-06-01-25/+33
| | |/ / / / /
| | * | | | | checked if user returns NoneGravatar Kronifer2021-06-01-0/+3
| | | | | | |
| | * | | | | changes asked for by chrisGravatar Kronifer2021-06-01-4/+3
| | | | | | |
| | * | | | | Blocked mentions.Gravatar Kronifer2021-06-01-1/+1
| | | | | | |
| | * | | | | command finishedGravatar Kronifer2021-06-01-4/+5
| | | | | | |
| | * | | | | Merge branch 'main' of https://github.com/python-discord/sir-lancebotGravatar Kronifer2021-06-01-3565/+6662
| | |\ \ \ \ \
| | * | | | | | Update PipfileGravatar Kronifer2021-03-02-0/+1
| | | |_|_|_|/ | | |/| | | |
| | | | | * | Improve overall code transparency in the Wikipedia CogGravatar D0rs4n2021-08-20-3/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | | | | * | Remove unnecessary variables from the Wikipedia cogGravatar D0rs4n2021-08-20-4/+4
| | | | | | |
| | | | | * | Adjust spacing in the Wikipedia CogGravatar D0rs4n2021-08-20-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | | | | * | Adjust code transparency in the Wikipedia CogGravatar D0rs4n2021-08-20-2/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]>
| | | | | * | Improve code transparency in the Wikipedia CogGravatar D0rs4n2021-08-17-1/+0
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
| | | | | * | Improve code consistency and spacing in the Wikipedia CogGravatar D0rs4n2021-08-17-17/+16
| | | | | | |
| | | | | * | Remove duplicated code, improve consitency in Wikipedia Cog, and error_handlerGravatar D0rs4n2021-08-08-27/+6
| | | | | | |
| | | | | * | Improve code consitency in Wikipedia Cog,Exceptions, and Error handlerGravatar D0rs4n2021-08-08-15/+20
| | | | | | |
| | | | | * | Resolve merge conflictGravatar D0rs4n2021-08-08-40/+165
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge #804 - circumvent URL injections in various cogsGravatar Mark2021-08-07-44/+62
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update GithubInfo cog encode mechaninsmGravatar D0rs4n2021-08-08-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Githubinfo to use quote instead of quote_plus when fetching repository info.
| * | | | | | Upgrade code transparency in the StackOverflow CogGravatar D0rs4n2021-08-08-2/+2
| | | | | | |
| * | | | | | Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get paramsGravatar D0rs4n2021-08-08-25/+29
| | | | | | |
| * | | | | | Fine tune indenting in GithubInfo cogGravatar D0rs4n2021-08-07-2/+4
| | | | | | |
| * | | | | | Improve code indentation in the Githubinfo CogGravatar D0rs4n2021-08-07-2/+2
| | | | | | |
| * | | | | | Improve code consistency in Movie, Wikipedia and Hactoberstats CogsGravatar D0rs4n2021-08-07-2/+4
| | | | | | |
| * | | | | | Update Hacktoberstats' get_october_prs function to use aiohttps get paramsGravatar D0rs4n2021-08-07-8/+9
| | | | | | |
| * | | | | | Use quote_plus instead of quote in the Githubinfo CogGravatar D0rs4n2021-08-07-4/+5
| | | | | | |
| * | | | | | Update the Wikipedia Cog to use aiohttp get paramsGravatar D0rs4n2021-08-07-4/+13
| | | | | | |
| * | | | | | Update the movie cog to use aiohttp get paramsGravatar D0rs4n2021-08-07-5/+4
| | | | | | |
* | | | | | | Merge pull request #796 from python-discord/add_stackoverflow_emojisGravatar ChrisJL2021-08-03-2/+2
|\| | | | | | | | | | | | | | | | | | | | Added stackoverflow emoji IDs to constants.py
| * | | | | | Added emoji IDs to constants.pyGravatar Xithrius2021-08-03-2/+2
|/ / / / / /
* | | | | | Merge pull request #583 from Vthechamp22/feature/stackoverflowGravatar Xithrius2021-08-03-0/+87
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add the stackoverflow command
| * \ \ \ \ \ Merge branch 'main' into feature/stackoverflowGravatar Xithrius2021-08-03-11/+7
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'main' into feature/stackoverflowGravatar Xithrius2021-07-31-78/+355
| |\ \ \ \ \ \
| * | | | | | | Change docstringGravatar Vivaan Parashar2021-06-09-1/+1
| | | | | | | |
| * | | | | | | Remove commented emojisGravatar Vivaan Parashar2021-06-09-2/+0
| | | | | | | |