Skip to content

Commit c680a64

Browse files
authored
Merge pull request #777 from interactions-py/unstable
chore!: release 4.2.0
2 parents 1d3ec28 + 66d9e4a commit c680a64

Some content is hidden

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

85 files changed

+1447
-600
lines changed

.github/ISSUE_TEMPLATE/report-bug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ description: Create an Issue to report a bug with/about the library.
33
title: "[BUG] "
44
labels: ["bug"]
55
assignees:
6-
- goverfl0w
76
- DeltaXWizard
87
- EdVraz
8+
- Astrea49
9+
- Toricane
910
body:
1011
- type: markdown
1112
id: thanks

.github/ISSUE_TEMPLATE/request-feature.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ description: Create an Issue to suggest or propose implementing something(s).
33
title: "[REQUEST] "
44
labels: ["documentation", "enhancement"]
55
assignees:
6-
- goverfl0w
76
- DeltaXWizard
87
- EdVraz
8+
- Astrea49
9+
- Toricane
910
body:
1011
- type: markdown
1112
id: thanks

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ dist/
1414
__pycache__
1515
*.token
1616
*.pypirc
17+
*.code-workspace

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: requirements-txt-fixer
66
name: Requirements

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include README.rst
2+
include LICENSE
3+
include requirements.txt
4+
include requirements-docs.txt
5+
include requirements-lint.txt
6+
include interactions/py.typed
7+
recursive-include interactions *.pyi

docs/locale/de/LC_MESSAGES/api.http.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ msgstr ""
447447
#: interactions.api.http.HTTPClient.create_guild_from_guild_template:4
448448
#: interactions.api.http.HTTPClient.get_channel_messages:4
449449
#: interactions.api.http.HTTPClient.modify_guild:4 of
450-
msgid "..note::"
450+
msgid ".. note::"
451451
msgstr ""
452452

453453
#: interactions.api.http.HTTPClient.modify_guild:4 of
@@ -514,7 +514,7 @@ msgid "Guild Widget contents as a dict: {\"enabled\":bool, \"channel_id\": str}"
514514
msgstr ""
515515

516516
#: interactions.api.http.HTTPClient.get_guild_widget_image:1 of
517-
msgid "Get a url representing a png image widget for the guild. ..note::"
517+
msgid "Get a url representing a png image widget for the guild. .. note::"
518518
msgstr ""
519519

520520
#: interactions.api.http.HTTPClient.get_guild_widget_image:6 of

docs/locale/de/LC_MESSAGES/api.models.channel.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ msgid "An enumerable object representing the type of channels."
2727
msgstr ""
2828

2929
#: interactions.api.models.channel.ChannelType:3 of
30-
msgid "..note::"
30+
msgid ".. note::"
3131
msgstr ""
3232

3333
#: interactions.api.models.channel.ChannelType:4 of

docs/locale/de/LC_MESSAGES/api.models.guild.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ msgid "A model representing the preview of a guild."
318318
msgstr ""
319319

320320
#: interactions.api.models.guild.GuildPreview:4 of
321-
msgid "..note::"
321+
msgid ".. note::"
322322
msgstr ""
323323

324324
#: interactions.api.models.guild.GuildPreview:4 of

docs/locale/de/LC_MESSAGES/api.models.message.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ msgid "An enumerable object representing the types of messages."
2727
msgstr ""
2828

2929
#: interactions.api.models.message.MessageType:3 of
30-
msgid "..note::"
30+
msgid ".. note::"
3131
msgstr ""
3232

3333
#: interactions.api.models.message.MessageType:4 of

docs/locale/fr/LC_MESSAGES/api.http.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ msgstr ""
447447
#: interactions.api.http.HTTPClient.create_guild_from_guild_template:4
448448
#: interactions.api.http.HTTPClient.get_channel_messages:4
449449
#: interactions.api.http.HTTPClient.modify_guild:4 of
450-
msgid "..note::"
450+
msgid ".. note::"
451451
msgstr ""
452452

453453
#: interactions.api.http.HTTPClient.modify_guild:4 of
@@ -514,7 +514,7 @@ msgid "Guild Widget contents as a dict: {\"enabled\":bool, \"channel_id\": str}"
514514
msgstr ""
515515

516516
#: interactions.api.http.HTTPClient.get_guild_widget_image:1 of
517-
msgid "Get a url representing a png image widget for the guild. ..note::"
517+
msgid "Get a url representing a png image widget for the guild. .. note::"
518518
msgstr ""
519519

520520
#: interactions.api.http.HTTPClient.get_guild_widget_image:6 of

0 commit comments

Comments
 (0)