Skip to content

Commit e636d4e

Browse files
authored
Merge pull request #959 from interactions-py/unstable
chore: merge unstable into stable for pre-release 1
2 parents 6050fac + 82ee6ce commit e636d4e

File tree

352 files changed

+38215
-7414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+38215
-7414
lines changed

.github/ISSUE_TEMPLATE/report-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ assignees:
77
- EdVraz
88
- Astrea49
99
- Toricane
10+
- Catalyst4222
1011
body:
1112
- type: markdown
12-
id: thanks
1313
attributes:
1414
value: |
1515
Thank you for taking the time to fill out this bug report!

.github/ISSUE_TEMPLATE/request-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ assignees:
77
- EdVraz
88
- Astrea49
99
- Toricane
10+
- Catalyst4222
1011
body:
1112
- type: markdown
12-
id: thanks
1313
attributes:
1414
value: |
1515
Thank you for taking the time to fill out this feature request!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This pull request is about (X), which does (Y).
66

77
- [ ] I've ran `pre-commit` to format and lint the change(s) made.
88
- [ ] I've checked to make sure the change(s) work on `3.8.6` and higher.
9-
- [ ] This fixes/solves an [Issue](https://github.com/goverfl0w/discord-interactions/issues).
10-
- (If existent):
9+
- [ ] This fixes/solves an [Issue](https://github.com/goverfl0w/discord-interactions/issues) (If existent):.
10+
- resolves #
1111
- I've made this pull request for/as: (check all that apply)
1212
- [ ] Documentation
1313
- [ ] Breaking change

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some more unique features that are exclusive to our interactions include:
4141
- **Event-triggered callbacks**: whether a component, application command or interaction response, you'll never need to worry about bridging responses.
4242
- **Dual-way decorator logic**: a decorator can act as both a constructor for an interaction, as well as a callback.
4343
- **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.
4545

4646
What do we not offer?
4747
*********************
@@ -65,11 +65,11 @@ Please read up on our `contribution requirements`_ for the project. This open-so
6565

6666
This open-source project utilizes the following workflows for development:
6767

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.
6969

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``
7373

7474
#. **Sphinx** ``4.1.2``: all of our documentation is powered off of autogenerated documentation of the Sphinx engine.
7575
#. **colorama** ``0.4.4``: our internal logger uses a customized coloring formatter to make looking for specific conditions easier when running tests.

docs/api.cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Client Cache
55

66
.. automodule:: interactions.api.cache
77
:members:
8-
:noindex:

docs/api.dispatch.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Dispatching
55

66
.. automodule:: interactions.api.dispatch
77
:members:
8-
:noindex:

docs/api.enums.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Enumerable Objects
55

66
.. automodule:: interactions.api.enums
77
:members:
8-
:noindex:

docs/api.error.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Error Exceptions
55

66
.. automodule:: interactions.api.error
77
:members:
8-
:noindex:

docs/api.gateway.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ Gateway
55

66
.. automodule:: interactions.api.gateway
77
:members:
8-
:noindex:
98

109
.. automodule:: interactions.api.gateway.client
1110
:members:
12-
:noindex:
1311

1412
.. automodule:: interactions.api.gateway.heartbeat
1513
:members:
16-
:noindex:

docs/api.http.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,64 +5,48 @@ HTTP
55

66
.. autoclass:: interactions.api.http.route.Route
77
:members:
8-
:noindex:
98

109
.. autoclass:: interactions.api.http.limiter.Limiter
1110
:members:
12-
:noindex:
1311

1412
.. autoclass:: interactions.api.http.request._Request
1513
:members:
16-
:noindex:
1714

1815
.. autoclass:: interactions.api.http.client.HTTPClient
1916
:members:
20-
:noindex:
2117

2218
.. autoclass:: interactions.api.http.channel.ChannelRequest
2319
:members:
24-
:noindex:
2520

2621
.. autoclass:: interactions.api.http.emoji.EmojiRequest
2722
:members:
28-
:noindex:
2923

3024
.. autoclass:: interactions.api.http.guild.GuildRequest
3125
:members:
32-
:noindex:
3326

3427
.. autoclass:: interactions.api.http.interaction.InteractionRequest
3528
:members:
36-
:noindex:
3729

3830
.. autoclass:: interactions.api.http.member.MemberRequest
3931
:members:
40-
:noindex:
4132

4233
.. autoclass:: interactions.api.http.message.MessageRequest
4334
:members:
44-
:noindex:
4535

4636
.. autoclass:: interactions.api.http.reaction.ReactionRequest
4737
:members:
48-
:noindex:
4938

5039
.. autoclass:: interactions.api.http.scheduledEvent.ScheduledEventRequest
5140
:members:
52-
:noindex:
5341

5442
.. autoclass:: interactions.api.http.sticker.StickerRequest
5543
:members:
56-
:noindex:
5744

5845
.. autoclass:: interactions.api.http.thread.ThreadRequest
5946
:members:
60-
:noindex:
6147

6248
.. autoclass:: interactions.api.http.user.UserRequest
6349
:members:
64-
:noindex:
6550

6651
.. autoclass:: interactions.api.http.webhook.WebhookRequest
6752
:members:
68-
:noindex:

0 commit comments

Comments
 (0)