aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'main' into remove-gpl-depsGravatar Matteo Bertucci2021-08-09-33/+51
|\
| * 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-22/+27
| |
| * 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-1/+3
| |
| * 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
| |
* | Replace fuzzywuzzy with rapidfuzzGravatar wookie1842021-08-06-4/+4
|/
* Merge branch 'main' into feature/stackoverflowGravatar Xithrius2021-07-31-58/+28
|\
| * Remove command that can run on users other than the authorGravatar Chris Lovering2021-07-21-8/+4
| |
| * Remove command that parrots images input from usersGravatar Chris Lovering2021-07-21-32/+0
| |
| * Add "cs" and "python" categories to the `.quiz` commandGravatar Objectivitix2021-07-06-14/+15
| | | | | | | | | | | | | | | | * add 30 questions each under the categories "cs" and "python" add the two categories into the code and modify the starting phase Co-authored-by: Xithrius <[email protected]> Co-authored-by: ToxicKidz <[email protected]>
| * Merge branch 'main' into new-github-emojiGravatar Xithrius2021-06-12-1/+6
| |\
| | * display player names in drawn matchGravatar Shantanu Singh2021-06-09-1/+1
| | |
| | * resolved indentation errorGravatar Shantanu Singh2021-06-08-1/+1
| | |
| | * resolved syntax errorGravatar Shantanu Singh2021-06-08-5/+7
| | |
| | * resolved linting error with if-elseGravatar Shantanu Singh2021-06-08-1/+4
| | |
| | * embed displays draw condition on show commandGravatar shantanusingh10692021-06-08-1/+1
| | |
| * | Update tense of icon constantsGravatar Chris2021-06-09-2/+2
| | | | | | | | | | | | | | | | | | This is so the name of the constants describe the state in the correct tense Co-authored-by: Numerlor <[email protected]>
| * | Update Github emoji to new iconsGravatar Chris2021-06-09-3/+3
| |/ | | | | | | | | | | Github updated their icons, so we should update ours too. Co-authored-by: GDWR <[email protected]>
* | Change docstringGravatar Vivaan Parashar2021-06-09-1/+1
| |
* | Remove unecessary ifGravatar Vivaan Parashar2021-06-09-4/+3
| |
* | Merge branch 'main' of https://github.com/python-discord/sir-lancebot into ↵Gravatar Vivaan Parashar2021-06-07-5/+66
|\| | | | | | | feature/stackoverflow
| * Merge branch 'main' into fix/tttGravatar Kieran Siek2021-06-07-813/+1193
| |\
| | * made minor typo changesGravatar prashant2021-06-05-2/+2
| | |
| | * changed single quotes to double to follow style guideGravatar prashant2021-06-05-14/+14
| | |
| | * Merge branch 'master' of https://github.com/OculusMode/sir-lancebotGravatar prashant2021-06-05-1/+1
| | |\
| | | * resolved minor grammar issue.Gravatar Prashant2021-06-04-1/+1
| | | | | | | | | | | | Co-authored-by: Anand Krishna <[email protected]>
| | * | made changes suggested by ToxicKidzGravatar prashant2021-06-05-2/+1
| | |/
| | * -removed dead codeGravatar prashant2021-06-04-9/+4
| | | | | | | | | | | | -used ctx.send instead of channel.send
| | * removed upper case on printing result and made minor grammar changes.Gravatar Prashant2021-06-04-3/+3
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| | * cleaned up dead codeGravatar prashant2021-06-04-30/+0
| | |
| | * made changes given by XithGravatar prashant2021-06-04-14/+26
| | |
| | * Update bot/exts/evergreen/rps.pyGravatar Prashant2021-06-04-2/+1
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| | * removed guild_only, now user can DM this command too!Gravatar prashant2021-06-04-2/+0
| | |
| | * added logical spacing and removed redundant codeGravatar prashant2021-06-02-4/+5
| | |
| | * made changes requested in #758 and resolved flake8 errors.Gravatar prashant2021-06-01-54/+39
| | |
| | * minor changesGravatar prashant2021-05-31-1/+1
| | |
| | * adeed rps commandGravatar prashant2021-05-31-0/+98
| | |
| * | (tic-tac-toe): Use embeds for showing previous game boardsGravatar Shivansh2021-05-15-2/+6
| | |
| * | (tic-tac-toe): Update x and o emojiGravatar Shivansh2021-05-15-3/+3
| | |
* | | remove attribution commentsGravatar Vivaan Parashar2021-06-07-3/+0
| | |
* | | Remove user's query from embed titleGravatar Vivaan Parashar2021-06-07-1/+1
| | |
* | | use normal string instead of raw stringGravatar Vivaan Parashar2021-06-07-1/+1
| | |
* | | stop spamming stackoverflow api in caseGravatar Vivaan Parashar2021-06-07-8/+5
| | | | | | | | | | | | status code is not 200
* | | Use reddit emojis for upvote and answersGravatar Vivaan Parashar2021-06-07-2/+2
| | |
* | | Merge branch 'main' of https://github.com/python-discord/sir-lancebot into ↵Gravatar Vivaan Parashar2021-06-02-96/+433
|\ \ \ | | |/ | |/| | | | feature/stackoverflow