Ecosyste.ms: OpenCollective

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

github.com/interactions-py/interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://github.com/interactions-py/interactions.py

Updated The Sync_Commands=True

The Overide_Type is useless, id the commands won't work without the Sync Commands Aspect.

40ce417ab5dc29a4cb5dade05a89eed353f22a4a authored over 3 years ago by Neil Shah <[email protected]>
Add support for Cog subcomand.

22e9e86d018b887b61e895176ebf572948d04673 authored over 3 years ago by Ben Woo <[email protected]>
Remove disclaimer link from README

Disclaimer was removed after the official release but the header link was still in the readme

8ce50aee83f1d1296fdc0b261695337b793f9a6b authored over 3 years ago by Mikael Manukyan <[email protected]>
Updated docs as per suggestion.

9cf6fa7e8e5b77ad3e7856503c5a003454a9e0a1 authored over 3 years ago by benwoo1110 <[email protected]>
Add wiki guide for permissions.

dca61e985720318f297578f68928e41dd923259b authored over 3 years ago by benwoo1110 <[email protected]>
Add missing documentation on some functions.

5bb92454fdf338c1e3f306200b37b92212d40394 authored over 3 years ago by benwoo1110 <[email protected]>
Rework CommandObject class inheritance.

7e16da9df83f227365c98c22f3c7c5677b0a6128 authored over 3 years ago by benwoo1110 <[email protected]>
Merge permissions for subcommands.

da604055b1fcf5a6d9304e7ef87fa542edbd9f34 authored over 3 years ago by benwoo1110 <[email protected]>
Add PermissionData class to store each ApplicationCommandPermissions.

781525422b46403f38932e188474171fa50ea92a authored over 3 years ago by benwoo1110 <[email protected]>
Sub commands should not have permissions things.

93b8865f0fbfeca16120f13bb643987a1d7b3a6b authored over 3 years ago by benwoo1110 <[email protected]>
Merge branch 'permissions' of https://github.com/benwoo1110/discord-py-slash-command into permissions

acd2eb822033bcfbe80078734896b54824e8c0b6 authored over 3 years ago by benwoo1110 <[email protected]>
Add link to discord api docs.

6a62a146ea52837d05b9d911432737b5be5c10a6 authored over 3 years ago by benwoo1110 <[email protected]>
Update discord_slash/utils/manage_commands.py

Co-authored-by: Sam <[email protected]>

ee61effd2b11f5f6488c4975d805805995fcc795 authored over 3 years ago by Ben Woo <[email protected]>
Update discord_slash/utils/manage_commands.py

Co-authored-by: Sam <[email protected]>

86ea0d3fbbc9a23d0ebef8fbf10ebd5b268ffca8 authored over 3 years ago by Ben Woo <[email protected]>
Document application_id

d580dd0c915b0f0a80ebdd33dbf626e899ffd614 authored over 3 years ago by Sam <[email protected]>
Document application_id parameter

39a107ae864c3046dcb96d25de28c6e199413382 authored over 3 years ago by Sam <[email protected]>
Add permission decorator.

55bccd0342863cc28b6956e8096482fc94e6a98f authored over 3 years ago by Ben Woo <[email protected]>
Add sub command support.

315d30778ff82463257b8ec8929506d1dc6360a5 authored over 3 years ago by Ben Woo <[email protected]>
Fix issues with command syncing.

9a9902d4a93500ae7041b2de1e42473990d35b1b authored over 3 years ago by Ben Woo <[email protected]>
Add coroutine for permissions requests.

930bc01e5eb1b5aed4793e1c886ccb5933084005 authored over 3 years ago by Ben Woo <[email protected]>
Flatten command_dict to minimize breaking changes.

899534c1de8d8b1d3b4e76edcce81c9e8f5a3d57 authored over 3 years ago by Ben Woo <[email protected]>
Implement generate_permissions function for easy permission creation.

bee61a9172dfc802a771441d2ef760c30561cb46 authored over 3 years ago by Ben Woo <[email protected]>
Update method names to align with previous change.

ed7f8e8f0f065c774dd53e00c151a307afa0f527 authored over 3 years ago by Ben Woo <[email protected]>
Make permissions use a dict structure as suggested.

d927a26d89180ec5b8fc1e1818909dd8c0bd7c62 authored over 3 years ago by Ben Woo <[email protected]>
Empty list instead of None for api_permissions.

9ee4b4d08c969859b55c24143a8b21d88c9b993e authored over 3 years ago by Ben Woo <[email protected]>
Apply some suggested code changes.

70cc7f3037a65fd4bb0b0e96ea36b38ad551d3a4 authored over 3 years ago by Ben Woo <[email protected]>
Add packaging files to gitignore.

3d69612e827bd8a37681bfe7c53c53e32596b5a9 authored over 3 years ago by benwoo1110 <[email protected]>
Rename to applicable_guilds.

b46f348efbf6e042078ab91c03d0bba0b4c3a8e3 authored over 3 years ago by benwoo1110 <[email protected]>
Add docs to method and some cleanup.

2de33850e397cb05ba251a097e8f48d7aa8e93d8 authored over 3 years ago by benwoo1110 <[email protected]>
Fix some formatting issues.

e8cdb4d36a7ae7e94d84a7f7ca47c6747677f557 authored over 3 years ago by benwoo1110 <[email protected]>
Use logger instead of print for debug messages.

513c4d9628545f5014c15aa7d7129894a98015a2 authored over 3 years ago by benwoo1110 <[email protected]>
Fix wrong perm variable used in for loop.

36f73e536f2a4092dc8536b2858c571c1ec6e33c authored over 3 years ago by benwoo1110 <[email protected]>
Fix logic issue with permission data matching checks.

439db8d7390019c86b3194ed55e01a2df93c393c authored over 3 years ago by benwoo1110 <[email protected]>
Forgot to pass permission dict as kwargs.

5301fdecaa5f393fee71802a8f6e1db2c524dfa2 authored over 3 years ago by benwoo1110 <[email protected]>
Properly check if permissions has already been registered.

8799e979832c5c78727927df1edac1445dc494f2 authored over 3 years ago by benwoo1110 <[email protected]>
Add some debug print for testing.

424997228a030cbc0198b746510d50345466e2e1 authored over 3 years ago by benwoo1110 <[email protected]>
Check if perms not registered before attempting to register.

09003c05966db80a238002abab99e35475316930 authored over 3 years ago by benwoo1110 <[email protected]>
Using logging instead of print.

e9f5570354ea76deb79cadab37ccc5668b681843 authored over 3 years ago by benwoo1110 <[email protected]>
Add option to delete perms from old guilds.

9a23efddda056441d9939e047669a7f3aff8ed77 authored over 3 years ago by benwoo1110 <[email protected]>
Rethink permission applicable guilds logic.

2054983375c1ae4fed102ad27cdcd1a39b4bead0 authored over 3 years ago by benwoo1110 <[email protected]>
Apply permissions based on applicable guilds specified.

446cac67448873fc5cfc262879dcfc1649a92847 authored over 3 years ago by benwoo1110 <[email protected]>
Add support for default permissions.

00a11ba961baf224d798e6e8bbd8698f838b627f authored over 3 years ago by benwoo1110 <[email protected]>
Implement permission support for non-cog commands.

4e982cb9b0fa3b7121e7774fc5e52ee7ad4fa41d authored over 3 years ago by benwoo1110 <[email protected]>
Support get permission id type based on class type.

0d6a25574269564d5e5be3357239c9c43831ae40 authored over 3 years ago by benwoo1110 <[email protected]>
Implement slash command permissions.

92cd68927bd9b39371d4faa00ae99ab4ee6d53ee authored over 3 years ago by benwoo1110 <[email protected]>
Fixed TypeError on command invoke can cause command re-invoke

d5cba045a60aa5f9e3e16d16e7a4520fbdd31e3c authored over 3 years ago by Eunwoo Choi <[email protected]>
Version Up

86933a3926f191d10c9979dc4b0b65c121b03ab2 authored over 3 years ago by Eunwoo Choi <[email protected]>
Merge pull request #152 from hrmorley34/patch-1

Add await

81af65f5f4d5850979bf23cdb25dc1a4f4c680d2 authored over 3 years ago by eunwoo1104 <[email protected]>
Add await

511681c990e22fcd47f17c7a433655d0651f85ff authored over 3 years ago by Henry Morley <[email protected]>
Removed Discussions mentions

9550980fdc095769713c6168290551f61b1791f9 authored over 3 years ago by Eunwoo Choi <[email protected]>
Removed outdated disclaimer

cc62eeb22718857ca1603205554834b8f3ac7d76 authored over 3 years ago by Eunwoo Choi <[email protected]>
Temporarily fixed incorrect docs result

d672485eb24aeef253f23f379b2e8b38c96f6c0c authored over 3 years ago by Eunwoo Choi <[email protected]>
Refactored some code

9058cbe54f445becd84f21d2d91bac3bee42d308 authored over 3 years ago by Eunwoo Choi <[email protected]>
Merge pull request #139 from eunwoo1104/anothercat/files-in-edit

Implement files in editing messages

6eb246193f5f48b152db12cc2b3fb29126a753dc authored over 3 years ago by eunwoo1104 <[email protected]>
Remove duplicated code

0db7dd519e091fc491bf1181bd6712f7c2f1ee9e authored over 3 years ago by Sam <[email protected]>
Merge pull request #126 from eunwoo1104/anothercat/prevent-uneeded-requests-autoregister

Prevent unneeded requests while using sync_commands

3c63f9fe9d186c8492e85c3153aff268f1dd5cae authored over 3 years ago by eunwoo1104 <[email protected]>
Merge branch 'master' into anothercat/prevent-uneeded-requests-autoregister

8e7e51802743c497f217babe088e4e442a21cb78 authored over 3 years ago by Sam <[email protected]>
Remove check that stops sending files in initial response

oops

5f3b1a0247e89dea4af0ff00c6c0aa6c4dcb947e authored over 3 years ago by Sam <[email protected]>
Merge branch 'master' into anothercat/files-in-edit

0d77578318cd8a8b81e0ae9746bc63741034bd21 authored over 3 years ago by Sam <[email protected]>
Actually check for files in the kwargs

Fix error editing 'None' as the content when no content provided

7d649da962016a6af0dc01b886fa9b6e8ec263af authored over 3 years ago by AnotherCat <[email protected]>
Close files after send/edit

995a164abbc37b8607fee556ab23a34581b48926 authored over 3 years ago by AnotherCat <[email protected]>
Version Up

c107539221b9e28ea63f51d4d50a6749eda0cdfe authored over 3 years ago by Eunwoo Choi <[email protected]>
Merge pull request #131 from LilSpazJoekp/fix_typos

Fix spelling mistakes

488b397b71f666738ea45eafc537f270390cc60c authored over 3 years ago by eunwoo1104 <[email protected]>
add editing files

80796084d23e90abfc602acda4821700f8a73185 authored over 3 years ago by Sam <[email protected]>
Update docs

4e6cc32166d67b1e3b40c8cbe69d8b82a52a22d3 authored over 3 years ago by AnotherCat <[email protected]>
Fix wrong arg name used

7b08c0b6e8f71518ac85eadd2485391c16a2e3e8 authored over 3 years ago by AnotherCat <[email protected]>
Add files in edit, inital send.

0cb880ddf7241f68d945c9ac18dffb42c07b5460 authored over 3 years ago by AnotherCat <[email protected]>
Add depreciation notice for attribute rename

4539cfe390f1605b636a7a77df70a8486cee6960 authored over 3 years ago by LilSpazJoekp <[email protected]>
Merge pull request #127 from eunwoo1104/anothercat/args-kwargs

Add kwargs and args attrs to context

320631cbd417cc51b80883e6da8dda821dc5ba39 authored over 3 years ago by eunwoo1104 <[email protected]>
Remove trailing white space

b5daa15fa3311eeb9849147799b2635c4b45aa7a authored over 3 years ago by LilSpazJoekp <[email protected]>
Fix other spelling mistakes

897fba9a77b2a246093035f4612c979bcdff3eae authored over 3 years ago by LilSpazJoekp <[email protected]>
Fix deffered -> deferred spelling typo

f842a9475c82d16584c177877f09526c345b14b7 authored over 3 years ago by LilSpazJoekp <[email protected]>
typo fix

22fa87d6861b66054d2f549b0502fa3bd0962ceb authored over 3 years ago by Daniel Allen <[email protected]>
Typo fix.

It's "part", not `cpart.`

1db8e04e6c3a09a99c0086b768cf223ced38ca22 authored over 3 years ago by fl0w <[email protected]>
Matched version

6523a18ca8f10aa61c431a6ac76d119a8173c3e2 authored over 3 years ago by Eunwoo Choi <[email protected]>
Version Up

726164e53c76cef8a6e98aa07eaff7584d0d2b07 authored over 3 years ago by Eunwoo Choi <[email protected]>
Merge pull request #107 from AnotherCat/new-ui-changes

Change context and http to reflect upcoming changes

4443bb0850f57b9c9931963585e5163caa75ba67 authored over 3 years ago by eunwoo1104 <[email protected]>
Rename sent to responded

1dced2b252dec5156ff2544c71db65b0775e4b29 authored over 3 years ago by AnotherCat <[email protected]>
Make sent, id, deffered not protected

f013df43c055842c00c3d9ad9ebe3877650938a5 authored over 3 years ago by AnotherCat <[email protected]>
Fix spelling

8ceecc4d0636abc7aae1064b6b53b095d73a80df authored over 3 years ago by AnotherCat <[email protected]>
Add note about defering in quickstart

605ae4c9ff3bdf3eca1523409adfc122c8130bec authored over 3 years ago by AnotherCat <[email protected]>
Remove historical check that blocks functionalty

b86eb43f9efc1ebb940e6344222a1df7e1d04aaa authored over 3 years ago by AnotherCat <[email protected]>
Add kwargs and args attrs to context

Resolves #115

1761f22611bb722fb813c5af9f89422445428fb2 authored almost 4 years ago by AnotherCat <[email protected]>
Update docs and add migration

21e009961c2bc618e4fb327563542a44ea017b15 authored almost 4 years ago by AnotherCat <[email protected]>
Merge pull request #122 from boehs/patch-2

Update manage_commands.py

4d974f544dd47585c1af67a1c78b87f2b51e2e31 authored almost 4 years ago by eunwoo1104 <[email protected]>
Prevent uneeded put requests

Make a GET request for each scope and compare it against the commands registered
If there is a d...

460aa7bc1d30af8ed21d657332f18977702a8109 authored almost 4 years ago by AnotherCat <[email protected]>
Add classes for command data

These classes are to easily allow equality comparison of commands

249d84ffdb0000cae861c3fca3664684820fb77f authored almost 4 years ago by AnotherCat <[email protected]>
Update discord_slash/utils/manage_commands.py

LGTM

Co-authored-by: AnotherCat <[email protected]>

bac61504715cd729053fb7d37b12740a76367d6b authored almost 4 years ago by Evan Boehs <[email protected]>
Merge pull request #120 from boehs/patch-1

Update gettingstarted.rst

9bc77cd5cdb6a53d2fd219ff72c251613a895ce4 authored almost 4 years ago by eunwoo1104 <[email protected]>
what

please I am dying here github

9be4dc95b553170bb2e1a552baf67aa678a2f189 authored almost 4 years ago by Evan Boehs <[email protected]>
remove trailing whitespace

bfb6069b572f0fb9774387696e7cbd58d4bc81b8 authored almost 4 years ago by Evan Boehs <[email protected]>
Update manage_commands.py

e50b9e9c043eb4499cabe4cfb5ee5c4cd1fbf91d authored almost 4 years ago by Evan Boehs <[email protected]>
Merge branch 'master' into new-ui-changes

0ee20344a37154d66413a911ef9b485d565341a8 authored almost 4 years ago by AnotherCat <[email protected]>
Fix error with fetching the message when hidden

498ce91b1ea8a1bd7be9549d410d170bd48fe38a authored almost 4 years ago by AnotherCat <[email protected]>
Update gettingstarted.rst

b04cb3482d2ed514efc0908ca2cef36c00bdd233 authored almost 4 years ago by Evan Boehs <[email protected]>
Merge pull request #117 from goverfl0w/patch-1

Fix incorrect example.

c386b6fef922cc5e1b37f2ce375097e7363fead7 authored almost 4 years ago by eunwoo1104 <[email protected]>
Fix incorrect example.

4e90144e26ad8098b23cf54044d3c8844b28fdfd authored almost 4 years ago by fl0w <[email protected]>
Merge pull request #114 from goverfl0w/new-docs

Friendly Documentation, for the better.

6cbfd887d84d78b07ba2a9b89944e67452d4cff0 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update docs/gettingstarted.rst

Co-authored-by: eunwoo1104 <[email protected]>

42322a4c3b6bb799b139717c7a9316b14fec16ef authored almost 4 years ago by fl0w <[email protected]>
Update docs/gettingstarted.rst

Co-authored-by: eunwoo1104 <[email protected]>

0e3d66a26663831755c500d311451c6af0a1ddc5 authored almost 4 years ago by fl0w <[email protected]>