Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

interactions.py

Easy, simple, scalable and modular: a Python library for Discord interactions.
Collective - Host: opensource - https://opencollective.com/interactions-py - Website: https://interactions.i0.gg - Code: https://github.com/interactions-py

Fixing unknown interaction event.

github.com/interactions-py/interactions.py - eb676e144b34646182846de0d3dcbb1ab1777cc6 authored over 3 years ago by goverfl0w <[email protected]>
Quick fix for datetime.

github.com/interactions-py/interactions.py - 2a6f0923c414a3d2240cb8bf6d865c4bfcc35f09 authored over 3 years ago by goverfl0w <[email protected]>
Quick fix for datetime.

github.com/interactions-py/v4 - 2a6f0923c414a3d2240cb8bf6d865c4bfcc35f09 authored over 3 years ago by goverfl0w <[email protected]>
Added author menu list check.

github.com/interactions-py/v4 - fa45f8efe4aae390d0b5077fc9165de6cf7645ac authored over 3 years ago by goverfl0w <[email protected]>
Added author menu list check.

github.com/interactions-py/interactions.py - fa45f8efe4aae390d0b5077fc9165de6cf7645ac authored over 3 years ago by goverfl0w <[email protected]>
Smooth brained.

github.com/interactions-py/v4 - f8aa1d0f97afa8793c259cc664254742d0545f25 authored over 3 years ago by goverfl0w <[email protected]>
Attempting to check for keys.

github.com/interactions-py/v4 - fcaaea55934378c2c86af17425ead72354e5762d authored over 3 years ago by goverfl0w <[email protected]>
Attempting to check for keys.

github.com/interactions-py/interactions.py - fcaaea55934378c2c86af17425ead72354e5762d authored over 3 years ago by goverfl0w <[email protected]>
Add context logic for replying to interaction of a context menu.

github.com/interactions-py/interactions.py - 1ad36e5e21f4646960d7940226ecebfc4f631b93 authored over 3 years ago by goverfl0w <[email protected]>
Add context logic for replying to interaction of a context menu.

github.com/interactions-py/v4 - 1ad36e5e21f4646960d7940226ecebfc4f631b93 authored over 3 years ago by goverfl0w <[email protected]>
Implement author/message OBJs from respective menus

github.com/interactions-py/v4 - 048ec66f111b7e07ed0779a1c3fb2d69accd8365 authored over 3 years ago by DeltaX <[email protected]>
Implement author/message OBJs from respective menus

github.com/interactions-py/interactions.py - 048ec66f111b7e07ed0779a1c3fb2d69accd8365 authored over 3 years ago by DeltaX <[email protected]>
Remove unnecessary context creation method

github.com/interactions-py/interactions.py - b099bcd177c4988e4eb0821a8e75c9251702be8f authored over 3 years ago by james <[email protected]>
Remove unnecessary context creation method

github.com/interactions-py/v4 - b099bcd177c4988e4eb0821a8e75c9251702be8f authored over 3 years ago by james <[email protected]>
Add optional Description

This is specifically for context menus on_restart (by the IDE).

github.com/interactions-py/v4 - 77f2b40120fe727dad0280adf46d35dc1b96abd1 authored over 3 years ago by DeltaX <[email protected]>
Add optional Description

This is specifically for context menus on_restart (by the IDE).

github.com/interactions-py/interactions.py - 77f2b40120fe727dad0280adf46d35dc1b96abd1 authored over 3 years ago by DeltaX <[email protected]>
Include type=1 for command creation.

This applies to Cogs as well.

github.com/interactions-py/interactions.py - de7a8df15b5a64fced307f12433e0b01b3c5475d authored over 3 years ago by DeltaX <[email protected]>
Include type=1 for command creation.

This applies to Cogs as well.

github.com/interactions-py/v4 - de7a8df15b5a64fced307f12433e0b01b3c5475d authored over 3 years ago by DeltaX <[email protected]>
Include Type on command obj enum + default values

github.com/interactions-py/v4 - 65819ccd95da948951606ace08b5402709c32078 authored over 3 years ago by DeltaX <[email protected]>
Include Type on command obj enum + default values

github.com/interactions-py/interactions.py - 65819ccd95da948951606ace08b5402709c32078 authored over 3 years ago by DeltaX <[email protected]>
Include (beta) context menu implementation

Include context implementation in decorator, include specified Type in command generation, redo ...

github.com/interactions-py/interactions.py - c896a9c83fa41294bf96c9836612cea1b5c9f652 authored over 3 years ago by DeltaX <[email protected]>
Include (beta) context menu implementation

Include context implementation in decorator, include specified Type in command generation, redo ...

github.com/interactions-py/v4 - c896a9c83fa41294bf96c9836612cea1b5c9f652 authored over 3 years ago by DeltaX <[email protected]>
added debug_guild option which will redirect global commands to guild commands for testing purposes

github.com/interactions-py/v4 - bfbb670c2b83721b80332bd15d398679e86ff8af authored over 3 years ago by jellywx <[email protected]>
added debug_guild option which will redirect global commands to guild commands for testing purposes

github.com/interactions-py/interactions.py - bfbb670c2b83721b80332bd15d398679e86ff8af authored over 3 years ago by jellywx <[email protected]>
Fix attribute check.

github.com/interactions-py/v4 - 16fdb5da43ae761c9ee09e34265e155d12a2a413 authored over 3 years ago by james <[email protected]>
Fixing command pass for creation on object.

github.com/interactions-py/v4 - 8ef4b82ba92d45fb33c507ece071d1f48ddc5fa5 authored over 3 years ago by james <[email protected]>
Fixing command pass for creation on object.

github.com/interactions-py/interactions.py - 8ef4b82ba92d45fb33c507ece071d1f48ddc5fa5 authored over 3 years ago by james <[email protected]>
Add context menu creation method

github.com/interactions-py/interactions.py - c7166f029f7b2ed9c792d8e9999d78855150b58b authored over 3 years ago by james <[email protected]>
Add context menu creation method

github.com/interactions-py/v4 - c7166f029f7b2ed9c792d8e9999d78855150b58b authored over 3 years ago by james <[email protected]>
Add client context_menu decorator

github.com/interactions-py/v4 - ea5245527a1fd38f4a3b84fc22dee9776cf7ceb2 authored over 3 years ago by james <[email protected]>
Add client context_menu decorator

github.com/interactions-py/interactions.py - ea5245527a1fd38f4a3b84fc22dee9776cf7ceb2 authored over 3 years ago by james <[email protected]>
Experimenting with the context request

github.com/interactions-py/interactions.py - 58b3eb72462b681fb9a79a3c4cc1027ca06e2da4 authored over 3 years ago by james <[email protected]>
Experimenting with the context request

github.com/interactions-py/v4 - 58b3eb72462b681fb9a79a3c4cc1027ca06e2da4 authored over 3 years ago by james <[email protected]>
Add context creation to the decorator and method call.

github.com/interactions-py/v4 - cbcb9e000a7a727c551e693dec2cab09b7fb697e authored over 3 years ago by james <[email protected]>
Add context creation to the decorator and method call.

github.com/interactions-py/interactions.py - cbcb9e000a7a727c551e693dec2cab09b7fb697e authored over 3 years ago by james <[email protected]>
Add ability to create new context menus.

github.com/interactions-py/interactions.py - adc97a4dbf58cd36a58f1281cbc2f3a56acf998a authored over 3 years ago by james <[email protected]>
Add ability to create new context menus.

github.com/interactions-py/v4 - adc97a4dbf58cd36a58f1281cbc2f3a56acf998a authored over 3 years ago by james <[email protected]>
Add context menu types.

github.com/interactions-py/v4 - dc3bbda2f8871527ee2e9c79346de078d00202ab authored over 3 years ago by james <[email protected]>
Add context menu types.

github.com/interactions-py/interactions.py - dc3bbda2f8871527ee2e9c79346de078d00202ab authored over 3 years ago by james <[email protected]>
Merge branch 'discord-py-interactions:master' into master

github.com/interactions-py/interactions.py - 859d0615eb7224931b7e4cc2005ebf028bb69d4c authored over 3 years ago by DeltaX <[email protected]>
Merge branch 'discord-py-interactions:master' into master

github.com/interactions-py/v4 - 859d0615eb7224931b7e4cc2005ebf028bb69d4c authored over 3 years ago by DeltaX <[email protected]>
New message object.

github.com/interactions-py/v4 - 5f97d1027b876285e4508f8b812b0c481fbbca8c authored over 3 years ago by goverfl0w <[email protected]>
New message object.

github.com/interactions-py/interactions.py - 5f97d1027b876285e4508f8b812b0c481fbbca8c authored over 3 years ago by goverfl0w <[email protected]>
Beginning codebase rewrite.

github.com/interactions-py/interactions.py - e5be1e6c33ea841395aecfdb9528cfa01e632eb3 authored over 3 years ago by goverfl0w <[email protected]>
Beginning codebase rewrite.

github.com/interactions-py/v4 - e5be1e6c33ea841395aecfdb9528cfa01e632eb3 authored over 3 years ago by goverfl0w <[email protected]>
Fix paginator examples (#8)

* Fix typos and examples

This commit fixes lots of typos. It also makes the examples easier t...

github.com/interactions-py/Astro - 3a8dfa29c618edd6e031042459d45893992d2ae9 authored over 3 years ago by Toricane <[email protected]>
Version up

github.com/interactions-py/v4 - 7ab5fbb2aacf27398ed02d6587f3acc9833af299 authored over 3 years ago by LordOfPolls <[email protected]>
Increase Label/Description of selects to 100. (#282)

github.com/interactions-py/v4 - 37d9a94570abfcee1341f295fcda6d49daad0763 authored over 3 years ago by DeltaX <[email protected]>
Increase Label/Description of selects to 100. (#282)

github.com/interactions-py/interactions.py - 37d9a94570abfcee1341f295fcda6d49daad0763 authored over 3 years ago by DeltaX <[email protected]>
Implement backwards compatibility with annotations on Python 3.6.x

github.com/interactions-py/interactions.py - defc74f4444acb0d6bc873ff5517f58cbefbb8f2 authored over 3 years ago by DeltaXWizard <[email protected]>
Implement backwards compatibility with annotations on Python 3.6.x

github.com/interactions-py/v4 - defc74f4444acb0d6bc873ff5517f58cbefbb8f2 authored over 3 years ago by DeltaXWizard <[email protected]>
Remove potential Attribute error from __origin__

github.com/interactions-py/v4 - 97ea3fd5362edc9e79e4321b89340f9a3c6b2da9 authored over 3 years ago by DeltaXWizard <[email protected]>
Remove potential Attribute error from __origin__

github.com/interactions-py/interactions.py - 97ea3fd5362edc9e79e4321b89340f9a3c6b2da9 authored over 3 years ago by DeltaXWizard <[email protected]>
Remove typing._UnionGenericAlias for attr checks to reduce import errors.

github.com/interactions-py/interactions.py - 123223cfc2a27bb5db300cdd1f3aa733d3065535 authored over 3 years ago by DeltaXWizard <[email protected]>
Remove typing._UnionGenericAlias for attr checks to reduce import errors.

github.com/interactions-py/v4 - 123223cfc2a27bb5db300cdd1f3aa733d3065535 authored over 3 years ago by DeltaXWizard <[email protected]>
Fix Python 3.8 Union type checking.

github.com/interactions-py/v4 - 5a1d34e49f272f33af5531e0671807deb4e74919 authored over 3 years ago by DeltaXWizard <[email protected]>
Fix Python 3.8 Union type checking.

github.com/interactions-py/interactions.py - 5a1d34e49f272f33af5531e0671807deb4e74919 authored over 3 years ago by DeltaXWizard <[email protected]>
Version Up

github.com/interactions-py/v4 - f7f39e01503a8230b6da36129f12659ff3dbe379 authored over 3 years ago by LordOfPolls <[email protected]>
Allow component response to be ignored (#268)

* Added `ignore` param to ComponentContext.defer

* Added IncorrectFormat error at ComponentCo...

github.com/interactions-py/v4 - 253e8bec5dbf119d858d1cf3c66eb27f9b743b1c authored over 3 years ago by Eunwoo Choi <[email protected]>
Allow component response to be ignored (#268)

* Added `ignore` param to ComponentContext.defer

* Added IncorrectFormat error at ComponentCo...

github.com/interactions-py/interactions.py - 253e8bec5dbf119d858d1cf3c66eb27f9b743b1c authored over 3 years ago by Eunwoo Choi <[email protected]>
Embed paginator and on_component listener change (#7)

* [Addtion] Customizable button based embed paginator

* [Addition] Added example paginator co...

github.com/interactions-py/Astro - 97feb43f4f3e467f85f3c9c608fda0915523536b authored over 3 years ago by Jugador123 <[email protected]>
Merge pull request #6 from discord-py-slash-commands/revert-5-master

Revert "[Addtion] Customizable button based embed paginator"

github.com/interactions-py/Astro - 9a6afe21a76b115825af1ca3abc7bdc0285b936f authored over 3 years ago by LordOfPolls <[email protected]>
Revert "[Addtion] Customizable button based embed paginator (#5)"

This reverts commit 4151c12390c61e23df4b81df33f02553832edfc5.

github.com/interactions-py/Astro - 11ff7ec47fd72ce36682bcd5510eea10f1f1af25 authored over 3 years ago by LordOfPolls <[email protected]>
[Addtion] Customizable button based embed paginator (#5)

* [Addtion] Customizable button based embed paginator

* [Addition] Added example paginator co...

github.com/interactions-py/Astro - 4151c12390c61e23df4b81df33f02553832edfc5 authored over 3 years ago by Jugador123 <[email protected]>
Restore ctx.args and ctx.kwargs (#269)

github.com/interactions-py/interactions.py - 20f7afedeeb68dcef78969939f85003d612edc83 authored over 3 years ago by zevaryx <[email protected]>
Restore ctx.args and ctx.kwargs (#269)

github.com/interactions-py/v4 - 20f7afedeeb68dcef78969939f85003d612edc83 authored over 3 years ago by zevaryx <[email protected]>
resolve flake8 issue

github.com/interactions-py/v4 - 10f50f266a54fcb44286d90326f535d180bf501f authored over 3 years ago by LordOfPolls <[email protected]>
resolve flake8 issue

github.com/interactions-py/interactions.py - 10f50f266a54fcb44286d90326f535d180bf501f authored over 3 years ago by LordOfPolls <[email protected]>
Integrate Float and Mentionable enum + Add ctx.invoke() (#273)

github.com/interactions-py/interactions.py - 59a39e9ed5cfb6a18e8d720a2723ac92890f0f3b authored over 3 years ago by DeltaX <[email protected]>
Integrate Float and Mentionable enum + Add ctx.invoke() (#273)

github.com/interactions-py/v4 - 59a39e9ed5cfb6a18e8d720a2723ac92890f0f3b authored over 3 years ago by DeltaX <[email protected]>
Merge pull request #4 from Toricane/master

Add examples for slash, buttons, and selects

github.com/interactions-py/Astro - e0ebbafe446d3a78432b4adf20f88037092fd241 authored over 3 years ago by LordOfPolls <[email protected]>
Black Format

github.com/interactions-py/Astro - 0a351910d255f25db15878dc7cfd42e6cead733d authored over 3 years ago by LordOfPolls <[email protected]>
Optimise Imports

github.com/interactions-py/Astro - 5a8e5e74b1ad8637c9b2db47a3d846151dd1e61b authored over 3 years ago by LordOfPolls <[email protected]>
#262

Introduction to some d.py Aliases

github.com/interactions-py/interactions.py - 2e946739a3cbf067e713ea28f352ac246f5b2399 authored over 3 years ago by fl0w <[email protected]>
#262

Introduction to some d.py Aliases

github.com/interactions-py/v4 - 2e946739a3cbf067e713ea28f352ac246f5b2399 authored over 3 years ago by fl0w <[email protected]>
Switch comparison typing from identity to equality

(From Flow's suggestion)

github.com/interactions-py/v4 - 2fed36f90480a496f9bfe97258bb63947ba34484 authored over 3 years ago by DeltaX <[email protected]>
Switch comparison typing from identity to equality

(From Flow's suggestion)

github.com/interactions-py/interactions.py - 2fed36f90480a496f9bfe97258bb63947ba34484 authored over 3 years ago by DeltaX <[email protected]>
Tweaks to README.md (#266)

* Tweaks to README.md

* Removed an unneeded header

github.com/interactions-py/interactions.py - 2fb70698c990e34de84e3c0083704d9770528767 authored over 3 years ago by Sonic49 <[email protected]>
Tweaks to README.md (#266)

* Tweaks to README.md

* Removed an unneeded header

github.com/interactions-py/v4 - 2fb70698c990e34de84e3c0083704d9770528767 authored over 3 years ago by Sonic49 <[email protected]>
Made reply to select ephemeral/hidden

Made the message that is sent when someone selects options in a select ephemeral/hidden

github.com/interactions-py/Astro - 664b054abbeb8245a3b9a09e664d8781c54e93e1 authored over 3 years ago by Toricane <[email protected]>
Display which button/select option was used

Displays which button was pressed, and what options were selected in a select. Also removed `cus...

github.com/interactions-py/Astro - 2e75ace57422a6d576e840e3e76b84a9ccd72ab3 authored over 3 years ago by Toricane <[email protected]>
(Redo `.me` documentation to make it conform)

github.com/interactions-py/interactions.py - 5ce20cd305752e99c268f8650c763c66499a477b authored over 3 years ago by DeltaXWizard <[email protected]>
(Redo `.me` documentation to make it conform)

github.com/interactions-py/v4 - 5ce20cd305752e99c268f8650c763c66499a477b authored over 3 years ago by DeltaXWizard <[email protected]>
Add ctx.slash, include type hinting + refine documentation.

github.com/interactions-py/v4 - 245180a42b1fc2e1957d2889bb9ee43c4867ae79 authored over 3 years ago by DeltaXWizard <[email protected]>
Add ctx.slash, include type hinting + refine documentation.

github.com/interactions-py/interactions.py - 245180a42b1fc2e1957d2889bb9ee43c4867ae79 authored over 3 years ago by DeltaXWizard <[email protected]>
Fix sphinx formatting in http

github.com/interactions-py/interactions.py - 4a8767a49c2d6d5663d4a0636550b6698c42737e authored over 3 years ago by LordOfPolls <[email protected]>
Fix sphinx formatting in http

github.com/interactions-py/v4 - 4a8767a49c2d6d5663d4a0636550b6698c42737e authored over 3 years ago by LordOfPolls <[email protected]>
Fixed cmd_name parameter description. (#261)

* Fixed cmd_name parameter description.

https://discord.com/developers/docs/interactions/slas...

github.com/interactions-py/v4 - bb1d6c096ddf59ee5be593bca02c3cbe1364e7e6 authored over 3 years ago by Tripletri <[email protected]>
Fixed cmd_name parameter description. (#261)

* Fixed cmd_name parameter description.

https://discord.com/developers/docs/interactions/slas...

github.com/interactions-py/interactions.py - bb1d6c096ddf59ee5be593bca02c3cbe1364e7e6 authored over 3 years ago by Tripletri <[email protected]>
Reduce unnecessary internal variable declaration, move towards standard noqa.

github.com/interactions-py/interactions.py - 7e5d781d1fc71c692367ad725ac770e6cf14e111 authored over 3 years ago by DeltaXWizard <[email protected]>
Reduce unnecessary internal variable declaration, move towards standard noqa.

github.com/interactions-py/v4 - 7e5d781d1fc71c692367ad725ac770e6cf14e111 authored over 3 years ago by DeltaXWizard <[email protected]>
Make `sync_all_commands` errors easier to understand (#253)

Co-authored-by: Ben Woo <[email protected]>

github.com/interactions-py/v4 - 906e61e3414f584b61aad59ed95016f86061df59 authored over 3 years ago by LordOfPolls <[email protected]>
Make `sync_all_commands` errors easier to understand (#253)

Co-authored-by: Ben Woo <[email protected]>

github.com/interactions-py/interactions.py - 906e61e3414f584b61aad59ed95016f86061df59 authored over 3 years ago by LordOfPolls <[email protected]>
Add reply Alias.

github.com/interactions-py/interactions.py - 4a5f4aadbc287687beeb5fbb61291b0ce564d773 authored over 3 years ago by DeltaXWizard <[email protected]>
Add reply Alias.

github.com/interactions-py/v4 - 4a5f4aadbc287687beeb5fbb61291b0ce564d773 authored over 3 years ago by DeltaXWizard <[email protected]>
Add from d.py ctx.me, ctx.cog, and ctx.voice_client aliases.

github.com/interactions-py/v4 - e4dd1554819e6325423abc814af4adbd895be6db authored over 3 years ago by DeltaXWizard <[email protected]>