Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
15e40a8
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 2, 2022
5f29455
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 3, 2022
3583439
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 4, 2022
870b1eb
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 5, 2022
00ebd1b
chore!: pre-release for 4.1.1-rc.1 (#703)
i0bs Apr 5, 2022
237b677
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 9, 2022
1d3ec28
ADMIN/revert: remove unwanted file.
i0bs Apr 11, 2022
11cdc5f
Merge branch 'interactions-py:unstable' into unstable
FayeDel Apr 28, 2022
c680a64
Merge pull request #777 from interactions-py/unstable
FayeDel May 6, 2022
6d4b5b8
chore: Update requirements.txt
FayeDel May 6, 2022
471808c
Merge branch 'interactions-py:unstable' into unstable
FayeDel May 8, 2022
856d010
Merge branch 'interactions-py:unstable' into unstable
FayeDel May 11, 2022
142be46
Merge pull request #785 from interactions-py/unstable
FayeDel May 13, 2022
beec34c
chore: Version bump.
FayeDel May 13, 2022
21fab25
docs: Adjust documentation linking, fix typos.
FayeDel May 16, 2022
20ce7e8
docs: Fix message intent reference.
FayeDel May 16, 2022
06203ac
chore/ADMIN: force version onto old pypi
i0bs May 18, 2022
47122b5
chore/ADMIN: fix content type
i0bs May 18, 2022
11b1c84
fix/ADMIN: correct improper description
i0bs May 18, 2022
16ae28e
revert/ADMIN: change back to original
i0bs May 18, 2022
27c93b3
docs: Fix Client reference.
FayeDel May 21, 2022
aa2702d
docs: Remove Modal beta error tag, fix grammar typo
FayeDel May 22, 2022
a9af83d
docs: Include private objects by default.
FayeDel May 22, 2022
26681ee
docs: Rebuild .mo/.po localisation for locales.
FayeDel May 22, 2022
9a366dc
ci: correct from checks.
pre-commit-ci[bot] May 22, 2022
7b9aba7
docs: Refactor language build default for PR review, remove :inherit:…
FayeDel May 22, 2022
a77807b
Merge remote-tracking branch 'origin/unstable-docs-repair' into unsta…
FayeDel May 22, 2022
449e409
docs: Include rest of locale (ext, context, etc).
FayeDel May 22, 2022
ec394ca
ci: correct from checks.
pre-commit-ci[bot] May 22, 2022
58e83ee
docs: Fix codeblocks in some areas, fix gateway documentation
FayeDel May 23, 2022
4cf257e
Merge branch 'interactions-py:stable' into unstable-docs-repair
FayeDel May 24, 2022
122aace
docs: Implement barebones better search capability
FayeDel May 24, 2022
d54a670
docs: Rebuild locale.
FayeDel May 24, 2022
36c828d
ci: correct from checks.
pre-commit-ci[bot] May 24, 2022
5dfbf22
docs: Correct models.command.po locale.
FayeDel May 25, 2022
46f22f9
docs: Adjust note/warning label spacing on component.py
FayeDel May 26, 2022
98a1d9f
docs: Adjust return doc spacing, rebuild locale.
FayeDel May 26, 2022
a9fe84b
Merge branch 'unstable' into unstable-docs-repair
FayeDel Jun 8, 2022
a26b50f
chore: Rebase from unstable, convert to attrs, rebuild locale.
FayeDel Jun 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/api.http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,50 +19,50 @@ HTTP
:members:
:noindex:

.. autoclass:: interactions.api.http.channel._ChannelRequest
.. autoclass:: interactions.api.http.channel.ChannelRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.emoji._EmojiRequest
.. autoclass:: interactions.api.http.emoji.EmojiRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.guild._GuildRequest
.. autoclass:: interactions.api.http.guild.GuildRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.interaction._InteractionRequest
.. autoclass:: interactions.api.http.interaction.InteractionRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.member._MemberRequest
.. autoclass:: interactions.api.http.member.MemberRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.message._MessageRequest
.. autoclass:: interactions.api.http.message.MessageRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.reaction._ReactionRequest
.. autoclass:: interactions.api.http.reaction.ReactionRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.scheduledEvent._ScheduledEventRequest
.. autoclass:: interactions.api.http.scheduledEvent.ScheduledEventRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.sticker._StickerRequest
.. autoclass:: interactions.api.http.sticker.StickerRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.thread._ThreadRequest
.. autoclass:: interactions.api.http.thread.ThreadRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.user._UserRequest
.. autoclass:: interactions.api.http.user.UserRequest
:members:
:noindex:

.. autoclass:: interactions.api.http.webhook._WebhookRequest
.. autoclass:: interactions.api.http.webhook.WebhookRequest
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Bot Client
==========

.. automodule:: interactions.client
.. automodule:: interactions.client.Client
:members:
:noindex:
3 changes: 2 additions & 1 deletion docs/context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Event Context
=============

.. automodule:: interactions.context
.. automodule:: interactions.client.context
:members:
:inherited-members:
:noindex:
2 changes: 1 addition & 1 deletion docs/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Enumerable Objects
==================

.. automodule:: interactions.enums
.. automodule:: interactions.client.enums
:members:
:noindex:
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some more unique features that are exclusive to our interactions include:
- **Event-triggered callbacks**: whether a component, application command or interaction response, you'll never need to worry about bridging responses.
- **Dual-way decorator logic**: a decorator can act as both a constructor for an interaction, as well as a callback.
- **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.
- **Extensive framework structure**: (**pending in** ``4.1.0``) build your own tools and technologies for our library to develop and integrate community creations.
- **Extensive framework structure**: build your own tools and technologies for our library to develop and integrate community creations.

What do we not offer?
*********************
Expand Down Expand Up @@ -88,7 +88,7 @@ Advanced Search
* :ref:`modindex`
* :ref:`search`

.. _contribution requirements: https://github.com/interactions-py/library/blob/stable/CONTRIBUTING.md
.. _contribution requirements: https://github.com/interactions-py/library/blob/stable/CONTRIBUTING.rst
.. _MIT License: https://github.com/interactions-py/library/blob/stable/LICENSE
.. _Pull Requests: https://github.com/interactions-py/library/pulls
.. _Issues: https://github.com/interactions-py/library/issues
4 changes: 2 additions & 2 deletions docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Additionally, modifying the way information is dispatched from the Gateway must
if event != "TYPING_START" and event == "INTERACTION_CREATE":
... # run your special interaction dispatch rules here.

We recommend that working in correspondance with this, you should be making use of our ``interactions.ext`` SDK framework.
We recommend that working in correspondence with this, you should be making use of our ``interactions.ext`` SDK framework.

A slight, yet another breaking change we made was dundering numerous attributes in our internal models.
You will now need to refer to the client's HTTP object as ``_http`` instead of ``http``. In order to view
Expand All @@ -61,4 +61,4 @@ portal and add the intent to your current intents when connecting:

from interactions import Client, Intents

bot = Client("TOKEN", intents=Intents.DEFAULT | Intents.MEESAGE_CONTENT)
bot = Client("TOKEN", intents=Intents.DEFAULT | Intents.MESSAGE_CONTENT)
2 changes: 1 addition & 1 deletion docs/models.command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Application Command Models
==========================

.. automodule:: interactions.models.command
.. automodule:: interactions.client.models.command
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/models.component.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Component Models
================

.. automodule:: interactions.models.component
.. automodule:: interactions.client.models.component
:members:
:noindex:
2 changes: 1 addition & 1 deletion docs/models.misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Miscellaneous Models
====================

.. automodule:: interactions.models.misc
.. automodule:: interactions.client.models.misc
:members:
:noindex: