You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Some more unique features that are exclusive to our interactions include:
41
41
- **Event-triggered callbacks**: whether a component, application command or interaction response, you'll never need to worry about bridging responses.
42
42
- **Dual-way decorator logic**: a decorator can act as both a constructor for an interaction, as well as a callback.
43
43
- **API-strict naming**: no more confusion with the naming approach of many libraries; we follow the naming style of interactions from the officially curated Discord Developers documentation.
44
-
- **Extensive framework structure**: (**pending in** ``4.1.0``) build your own tools and technologies for our library to develop and integrate community creations.
44
+
- **Extensive framework structure**: build your own tools and technologies for our library to develop and integrate community creations.
45
45
46
46
What do we not offer?
47
47
*********************
@@ -65,11 +65,11 @@ Please read up on our `contribution requirements`_ for the project. This open-so
65
65
66
66
This open-source project utilizes the following workflows for development:
67
67
68
-
#. **pre-commit** ``2.16.0``: the architecture uses this before every commit to format and check for severity/QOL-breaking changes.
68
+
#. **pre-commit** ``2.20.0``: the architecture uses this before every commit to format and check for severity/QOL-breaking changes.
69
69
70
-
#. **black** ``21.11b1``
71
-
#. **flake8** ``3.9.2``
72
-
#. **isort** ``5.9.3``
70
+
#. **black** ``22.6.0``
71
+
#. **flake8** ``4.0.1``
72
+
#. **isort** ``5.10.1``
73
73
74
74
#. **Sphinx** ``4.1.2``: all of our documentation is powered off of autogenerated documentation of the Sphinx engine.
75
75
#. **colorama** ``0.4.4``: our internal logger uses a customized coloring formatter to make looking for specific conditions easier when running tests.
0 commit comments