| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
* bump dpy to 2.2.0
* update changelog
* bump version in tool.poetry table
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bump dpy to 2.1.1
* add bump history to changelog
* bump pydis-core version in pyproject.toml
* reinstate the old state for release 9.3.1
---------
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| |
|
| |
|
|
|
|
|
| |
(#169)
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| |
|
| |
|
|
|
|
| |
This also bumps some dev-deps to latest
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
This allows class attributes to be defined in docstrings without causing
an exception while linking the source code.
Due to the non-static nature of attributes, it's not trivial to link
their actual definition, so the chosen lines will actually be all the
lines of the parent class.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|
|
|
|
|
|
|
| |
Updates the build the script to use the new API provided by the site to
fetch and download artifacts.
Additionally, metadata files are deleted in CI. They are only required for
speeding up subsequent builds, which is not applicable in CI, and only
increases the build size.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
This also bumps some other deps, rather than individually merging the dependabot releases.
|
| |
| |
| | |
Co-authored-by: ChrisJL <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\ |
|
| | | |
|
| |/
| |
| |
| | |
Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964
|
| |
| |
| |
| |
| | |
On view timeout, this message has it's view removed if set.
Co-authored-by: Boris Muratov <[email protected]>
|
| |
| |
| |
| | |
method.
|
| |
| |
| |
| |
| |
| | |
The view implements an interaction check for allowed_users and allowed_roles.
The button deleted the message attached the the parent view on click.
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
# Conflicts:
# docs/changelog.rst
|
| | |
| | |
| | |
| | | |
Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system.
|
| |/
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Co-authored-by: MarkKoz <[email protected]>
|
| | |
|
|/ |
|
|
|
|
|
| |
Co-authored-by: Chris Lovering <[email protected]>
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Changes the behavior of `BUILD_DOCS_FOR_HEAD` to add only the current
branch to the build whitelist, instead of all branches.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Add a brief explanation about each item in the docs folder, to help
contributors navigate and understand what each part does.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
| |
Adds the sphinx-multiversion package to be used for generating docs
for all versions of the project, not just the latest. This includes
all the necessary configuration to make it work cleanly.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
| |
This fixes a bug with permission resolution when dealing with timed out members.
Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
|
| |
|