| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | | | | Merge pull request #557 from python-discord/add_voice_chat | 2021-01-15 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adds New Voice Chat Channel To Constants | ||||
| | * | | | | | | | | | Updates Constants | 2021-01-15 | -2/+4 | ||
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the constants file with the new channel ID, and renames both channels to match the new names. | ||||
| * | | | | / / / / | Remove sprint channels from the configuration. | 2021-01-15 | -34/+0 | ||
| | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | Now that the core dev sprint has ended, we can safely remove those. It caused the wrong channel message to be huge because of all the deleted channels. | ||||
| * | | | | | | | | Merge pull request #553 from ChrisLovering/8bit-colour-palette | 2021-01-10 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Actually use 256 colours | ||||
| | * | | | | | | | Actually use 256 colours | 2021-01-09 | -1/+1 | ||
| |/ / / / / / / | |||||
| | | | * | | | | Fix too long line | 2021-01-16 | -1/+4 | ||
| | | | | | | | | |||||
| | | | * | | | | More grammar fixes | 2021-01-16 | -2/+2 | ||
| | | | | | | | | |||||
| | | | * | | | | Improve "your turn" message | 2021-01-16 | -1/+1 | ||
| | | | | | | | | |||||
| | | | * | | | | Add missing a article | 2021-01-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | | * | | | | Fix grammar | 2021-01-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | | * | | | | Move Tic Tac Toe board to embed description | 2021-01-16 | -2/+6 | ||
| | | | | | | | | |||||
| | | | * | | | | Simplify check_win function returning | 2021-01-09 | -12/+12 | ||
| | | | | | | | | |||||
| | | | * | | | | Corrected small spelling mistake. | 2021-01-08 | -4/+4 | ||
| | | | | | | | | |||||
| | | | * | | | | Merge remote-tracking branch 'origin/master' into tic-tac-toe | 2021-01-08 | -68/+81 | ||
| | | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #510 from hedythedev/hackstats | 2021-01-06 | -16/+29 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Hackstats: Handle Non-existent GitHub username | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into hackstats | 2021-01-06 | -1102/+1313 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #550 from python-discord/precommit-pycharm | 2021-01-02 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Make flake8 properly run through pre-commit in PyCharm. | ||||
| | * | | | | | | | Changed Python language hook to system. | 2021-01-02 | -1/+1 | ||
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #484 from WillDaSilva/omdb-to-tmdb | 2020-12-29 | -51/+51 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Replace OMDB with TMDB | ||||
| | * | | | | | | | Remove unused import | 2020-12-29 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into omdb-to-tmdb | 2020-12-28 | -1049/+1262 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into omdb-to-tmdb | 2020-11-30 | -1535/+1456 | ||
| | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| | * | | | | | | | Fix empty field in snake movie embed | 2020-10-16 | -2/+4 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Comply with TMDB ToS | 2020-10-16 | -1/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Set the number of movie pages fetched on first request | 2020-10-13 | -1/+5 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Fix TMDB leak | 2020-10-08 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Replace OMDB with TMDB | 2020-10-05 | -52/+43 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #136 | ||||
| | | | * | | | | | Formatting and add full stop to docstring | 2021-01-06 | -5/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bot/exts/halloween/hacktoberstats.py line 130, better readability - same file line 208-209 add full stop | ||||
| | | | * | | | | | Remove unused pathlib.Path import | 2020-12-03 | -1/+0 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Merge branch 'master' into hackstats | 2020-11-30 | -1443/+981 | ||
| | | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | | * | | | | | Continue loop if repo topics API request errored | 2020-10-31 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Fix capitalization of 'PR' in hacktoberstats.py | 2020-10-31 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Put GitHub user-not-found message in embed | 2020-10-31 | -2/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With random `NEGATIVE_REPLIES` + color=red | ||||
| | | | * | | | | | Fix capitalization and grammar | 2020-10-31 | -12/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | For Hacktoberstats | ||||
| | | | * | | | | | better no-prs message | 2020-10-22 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | * | | | | | improve implementation with return value | 2020-10-22 | -12/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of string/None now its empty list/None | ||||
| | | | * | | | | | Merge branch 'master' of https://github.com/python-discord/seasonalbot into ↵ | 2020-10-22 | -1/+1 | ||
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hackstats | ||||
| | | | * | | | | | | improve message when user not found | 2020-10-22 | -7/+14 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Merge branch 'master' into tic-tac-toe | 2020-12-28 | -1051/+1262 | ||
| | | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #483 from WillDaSilva/prideavatar-url | 2020-12-28 | -37/+70 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make prideavatar support specifying the image by URL | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into prideavatar-url | 2020-12-28 | -1014/+1192 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #547 from python-discord/ks123/sentry | 2020-12-20 | -70/+111 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Sentry SDK version bump, integrations adding and Sentry release workflow | ||||
| | * | | | | | | | | | | Fix wrong way for getting Git SHA | 2020-12-20 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use sir-lancebot release prefix in workflow | 2020-12-19 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Use sir-lancebot instead pydis-sir-lancebot for release name | 2020-12-19 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]> | ||||
| | * | | | | | | | | | | Remove aiohttp integration from Sentry | 2020-12-19 | -3/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add release tag to Sentry SDK initialization | 2020-12-19 | -3/+4 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add Git SHA as constant | 2020-12-19 | -0/+2 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Put Git SHA to container on container build | 2020-12-19 | -0/+2 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add default development value to Git SHA | 2020-12-19 | -1/+1 | ||
| | | | | | | | | | | | | |||||