aboutsummaryrefslogtreecommitdiffstats
path: root/dev (unfollow)
Commit message (Collapse)AuthorLines
2022-07-25Bump sphinx from 5.0.2 to 5.1.0 (#109)Gravatar dependabot[bot]-39/+238
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25Bump Python To 3.10 (#108)v8.0.0-beta.2Gravatar ChrisJL-103/+187
2022-07-23Document Sample Project Environment VariablesGravatar Hassan Abouelela-3/+11
Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Clean Up Docker ConfigurationGravatar Hassan Abouelela-33/+77
Rewrites the docker configuration to better work for this project. A docker compose containing the dependencies from our other projects is also included to help aid development. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Add Sample Project With BoilerplateGravatar Hassan Abouelela-1/+148
Adds a bare-bones discord.py bot using features from bot-core, to be used for quickly prototyping and testing out bot-core features. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Mark aiodns As An Explicit DependencyGravatar Hassan Abouelela-134/+87
aiodns is required by aiohttp when using an AsyncResolver, as is done in BotBase. This makes aiodns a required dependency. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Bump pre-commit from 2.19.0 to 2.20.0Gravatar dependabot[bot]-5/+5
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-07-23Bump pep8-naming from 0.13.0 to 0.13.1 (#102)Gravatar dependabot[bot]-5/+5
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-23Bump Version To 7.5.0v7.5.0Gravatar Hassan Abouelela-1/+2
Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-23Bump flake8-bugbear from 22.6.22 to 22.7.1Gravatar dependabot[bot]-57/+57
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.6.22 to 22.7.1. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.6.22...22.7.1) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-07-23Update changelog.rstGravatar Izan-0/+3
Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964
2022-07-23Merge PR #105: Correctly determine source modules for re-exported symbolsGravatar Numerlor-0/+1
2022-07-23Raise error when referenced message has no contentGravatar Izan-2/+6
2022-07-23Reformat docstring to use Google's style & raise error instead of returning NoneGravatar Izan-4/+17
2022-07-21Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0Gravatar ChrisJL-3/+19
On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]>
2022-07-16Fix interactions.DeleteMessageButton not working due to using wrong delete ↵Gravatar Chris Lovering-2/+6
method.
2022-07-16Add a generic view and buttonGravatar Chris Lovering-2/+94
The view implements an interaction check for allowed_users and allowed_roles. The button deleted the message attached the the parent view on click.
2022-07-15Add commands.py to __init__.pyGravatar Izan-1/+2