Skip to content

Commit 348def8

Browse files
authored
Merge pull request #1031 from interactions-py/unstable
chore: merge unstable into stable
2 parents 0c6f59b + 21bd3cd commit 348def8

Some content is hidden

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

49 files changed

+2539
-1114
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
github: [goverfl0w]
3+
github: [i0bs]
44
open_collective: interactions-py

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ This pull request is about (X), which does (Y).
44

55
## Checklist
66

7-
- [ ] I've ran `pre-commit` to format and lint the change(s) made.
8-
- [ ] 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) (If existent):.
10-
- resolves #
11-
- I've made this pull request for/as: (check all that apply)
12-
- [ ] Documentation
13-
- [ ] Breaking change
14-
- [ ] New feature/enhancement
15-
- [ ] Bugfix
7+
- [ ] The ``pre-commit`` code linter has been run over all edited files to ensure the code is linted.
8+
- [ ] I've ensured the change(s) work on `3.8.6` and higher.
9+
10+
11+
I've made this pull request: (check all that apply)
12+
- [ ] For the documentation
13+
- [ ] To add a new feature
14+
- [ ] As a general enhancement
15+
- [ ] As a refactor of the library/the library's code
16+
- [ ] To fix an existing bug
17+
- [ ] To resolve #ISSUENUMBER
18+
19+
20+
This is:
21+
- [ ] A breaking change
22+
23+
<!--- Expand this when more comes up--->

interactions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
from .client import * # noqa: F401 F403 isort: skip
1313
from .api import * # noqa: F401 F403
1414
from .base import * # noqa: F401 F403
15+
from .utils import * # noqa: F401 F403

interactions/api/gateway/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
"""
77
from .client import * # noqa: F401 F403
88
from .heartbeat import * # noqa: F401 F403
9+
from .ratelimit import * # noqa: F401 F403

0 commit comments

Comments
 (0)