aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Increase search history from 10 messages to 100.Gravatar Steele Farnsworth2023-04-07-2/+2
| | | | 100 is the maximum number that can be received in one request, so we may as well use that many. Also change a string `+=` to `=`.
* Add warning not to pip install unrelated packages.Gravatar Steele Farnsworth2023-04-04-3/+3
| | | | This is in response to recent attacks where the attacker DMs someone who opens a thread and tells the thread opener to pip install a malicious package under the false pretense that it will solve their problem. The warning replaces "For more tips, check out our guide on asking good questions", which is stated in the thread closer embed.
* Ping help thread owner if thread closes without engagement.Gravatar Steele Farnsworth2023-04-01-2/+13
| | | | Add logic to see if anyone other than the OP (or bots) engaged in a help thread when it closes for inactivity. Currently only looks at the last 10 messages. If not, includes a ping to the OP before the embed in the closing message.
* Merge pull request #2503 from python-discord/update_ping_cooldownGravatar Steele Farnsworth2023-04-01-3/+3
|\ | | | | Update ping cooldown for helpers
| * Update ping cooldown for helpersGravatar bradtimmis2023-04-01-3/+3
|/
* Merge pull request #2502 from python-discord/helper-roleGravatar Steele Farnsworth2023-03-31-1/+3
|\ | | | | Make new helper role pingable for help request.
| * Fix import order.Gravatar Steele Farnsworth2023-03-31-2/+1
| |
| * Add blank line for linting.Gravatar Steele Farnsworth2023-03-31-0/+1
| |
| * Merge branch 'main' into helper-roleGravatar Steele Farnsworth2023-03-31-285/+417
| |\ | |/ |/|
* | Merge pull request #2501 from python-discord/helper-roleGravatar Dennis Pham2023-03-31-1/+222
|\ \ | | | | | | Staff self-assignment procedure
| * \ Merge branch 'main' into helper-roleGravatar Boris Muratov2023-04-01-285/+417
| |\ \ | |/ / |/| |
* | | Merge pull request #2467 from shtlrs/native-forum-channel-supportGravatar Boris Muratov2023-04-01-68/+155
|\ \ \ | | | | | | | | Create python-help forum channel in `botstrap`
| * \ \ Merge branch 'main' into native-forum-channel-supportGravatar Boris Muratov2023-04-01-5/+5
| |\ \ \ | |/ / / |/| | |
* | | | Bump sentry-sdk from 1.17.0 to 1.18.0 (#2497)Gravatar dependabot[bot]2023-03-30-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.17.0...1.18.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | return value from SilencedDictGravatar shtlrs2023-03-31-1/+1
| | | |
| * | | bring back the check of python help channelGravatar shtlrs2023-03-31-7/+11
| | | | | | | | | | | | | | | | this also updates the logs in SilencedDict
| * | | introduce SilencedDictGravatar shtlrs2023-03-30-10/+27
| | | |
| * | | add type annotation for guild_idGravatar shtlrs2023-03-30-1/+1
| | | |
| * | | move all methods under the DiscordClientGravatar shtlrs2023-03-30-120/+107
| | | |
| * | | append forum channel to categoryGravatar shtlrs2023-03-30-1/+4
| | | |
| * | | dedent signatureGravatar shtlrs2023-03-30-8/+9
| | | |
| * | | update channels dict after forum creationGravatar shtlrs2023-03-30-0/+1
| | | |
| * | | Merge branch 'main' into native-forum-channel-supportGravatar Boris Muratov2023-03-30-413/+427
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2388 from brodycritchlow/inplace-tagGravatar Boris Muratov2023-03-30-0/+22
|\ \ \ \ | | | | | | | | | | Add new inplace tag
| * \ \ \ Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-29-171/+194
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Bump regex from 2022.10.31 to 2023.3.23 (#2485)Gravatar dependabot[bot]2023-03-29-92/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | Merge pull request #2496 from python-discord/update-base-iamgeGravatar Boris Muratov2023-03-29-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update base image to new repo org
| * | | | | Update base image to new repo orgGravatar Chris Lovering2023-03-29-1/+1
|/ / / / /
* | | | | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11Gravatar ChrisJL2023-03-29-76/+127
|\ \ \ \ \ | | | | | | | | | | | | Bump python version to 3 11
| * | | | | Replace mock._importer with pkgutil.resolve_name in test autospecGravatar shtlrs2023-03-29-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | mock._importer was removed in 3.11
| * | | | | Upgrade to Python 3.11 in CI & DockerfileGravatar shtlrs2023-03-29-2/+2
| | | | | |
| * | | | | Upgrade to Python 3.11 in pyproject.tomlGravatar shtlrs2023-03-29-73/+123
|/ / / / / | | | | | | | | | | | | | | | This also bumps some dev deps to latest
* | | | | Merge pull request #2487 from python-discord/wookie184-botstrap-errorGravatar Boris Muratov2023-03-29-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Improve wording in botstrap error
| * | | | | Improve wording in botstrap errorGravatar wookie1842023-03-24-4/+4
|/ / / / /
| * | | | Fix InPlace precommit issuesGravatar brody critchlow2023-03-29-1/+1
| | | | |
| * | | | Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-28-3229/+3840
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#2480)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | Bump pre-commit from 3.1.1 to 3.2.0 (#2479)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | Bump pydantic from 1.10.6 to 1.10.7 (#2481)Gravatar dependabot[bot]2023-03-24-39/+39
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Change WordingGravatar Brody Critchlow2023-03-28-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| * | | | Update required wordingGravatar Brody Critchlow2023-03-25-1/+1
| | | | |
| * | | | Comply to PEP8Gravatar Brody Critchlow2023-03-15-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| * | | | Comply to #2419Gravatar Brody Critchlow2023-03-15-1/+4
| | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| * | | | Update wordingGravatar Brody Critchlow2023-02-08-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| * | | | Update list names, and add clarifying commentsGravatar Brody Critchlow2023-01-28-6/+8
| | | | |
| * | | | Clarify commentsGravatar Brody Critchlow2023-01-28-2/+2
| | | | |
| * | | | Update list namesGravatar Brody Critchlow2023-01-27-5/+5
| | | | |
| * | | | Remove empty lineGravatar Brody Critchlow2023-01-27-0/+0
| | | | |
| * | | | Clarify wordsGravatar Brody Critchlow2023-01-27-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| * | | | More minimizationsGravatar Brody Critchlow2023-01-27-2/+2
| | | | |