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

Fixed wrong docstring

e6b0d7481c14759d71a2136234ad6c364a7e864f authored almost 4 years ago by eunwoo1104 <[email protected]>
Added command check

8cf5541e4748734fdc07088b931bd49cabae9b9e authored almost 4 years ago by eunwoo1104 <[email protected]>
Every errors of this extensions should inherit SlashCommandError

f6903d5c5147e66fac5efa37a5ba493153f839d6 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update README.md

e6bfaaddbc68a38a43e870a1106b8a56c54f830a authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #80 from AnotherCat/auto-register-put

Implement PUT requests in auto_register

cbe4ab2dd1ea79a75767efc84d1ee1dfcbf6449f authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #81 from AnotherCat/fix-duplicated-SlashCommand

Fix duplicated slash command

c762a9c5ca419bd7e801d95ee93de9bb648a0c99 authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #82 from AnotherCat/patch-1

Update PULL_REQUEST_TEMPLATE.md

040407d730ea39cef2cc7534b3cf5f532223e0ef authored almost 4 years ago by eunwoo1104 <[email protected]>
Update PULL_REQUEST_TEMPLATE.md

Reorganise it a bit to make it a little clearer

00e2a289cdaaac2fc70d80bf719dcc94c9e61cd1 authored almost 4 years ago by AnotherCat <[email protected]>
Fix ref not working

d3e4e6c3c1b1d5f94fbf2168914eb3110c22cfb9 authored almost 4 years ago by AnotherCat <[email protected]>
Update docs

1e60eeb927e4303b9b11249dbe4ae84c0753f9d9 authored almost 4 years ago by AnotherCat <[email protected]>
Add self to bot on init

736e70bee66b0b4a47fe442ff3eda9955e709ab2 authored almost 4 years ago by AnotherCat <[email protected]>
Remove testing stuff

80fa65e0f59f8e5837ef77bd0eb24f3da8b9996f authored almost 4 years ago by AnotherCat <[email protected]>
Add put functions and sync_all

3fd71292d24c932be80548562a5b902d3d79aa7a authored almost 4 years ago by AnotherCat <[email protected]>
Add to_dict

fe5c6c0a5e22418a7f8287b3cb57067c0a14cb86 authored almost 4 years ago by AnotherCat <[email protected]>
Remove duplicated code from register_all_commands

6c574624d5eb5d24f1609080ec4432155350d11a authored almost 4 years ago by AnotherCat <[email protected]>
Merge pull request #78 from AnotherCat/add-cmd-management-to-http

Add cmd management to http.py

a977bd156c1d0da2e649a2b2a6a48ab3b0d652ab authored almost 4 years ago by eunwoo1104 <[email protected]>
Remove uneeded param bot_id

Remove from http functions
Remove from SlashMessage

7514ec5c9b02335db282f9139f4ebc0af5f34791 authored almost 4 years ago by AnotherCat <[email protected]>
Remove debugging code, oops

4d1955bda5523d7b403d2e4b26c8d1af258a7267 authored almost 4 years ago by AnotherCat <[email protected]>
Use discord's http for slash cmd requests

Use it for add / delete / get

7adb35dd89b9fa12873a64c2bd47d548cbca10d8 authored almost 4 years ago by AnotherCat <[email protected]>
Fixed incorrect example at gettingstarted.rst

0be3bea3f9669d19a211d5d04ea7e5f4037a8ea9 authored almost 4 years ago by eunwoo1104 <[email protected]>
Updated README.md to reduce the confusion.

f35b0b1b589378368ebcf9d094f38c0215ef2a66 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update context.py

3d87408a3320d859f075ec82d52281ab628caf6f authored almost 4 years ago by eunwoo1104 <[email protected]>
Update model.py

0af3f19150567b0dcd8f312d4f0ea525099d0cae authored almost 4 years ago by eunwoo1104 <[email protected]>
Replaced with SlashMessage

c750ac6f52a5496e529563a7b67be4cadc9d28b6 authored almost 4 years ago by eunwoo1104 <[email protected]>
We don't need extra model now

f10d008253da84dc2670cdb3af08ec684a3f9de9 authored almost 4 years ago by eunwoo1104 <[email protected]>
Applied guild_ids duplicate issue fix

b106952773bdce1361505336f7d0deb1f5c12483 authored almost 4 years ago by eunwoo1104 <[email protected]>
Added handling possible old usage problem

cca83dd7adf54930eafd0e1d2e32b971476e8999 authored almost 4 years ago by eunwoo1104 <[email protected]>
Added `AlternativeMessage` class (WIP)

d0438f5a0883b98d1f6d42738b9f08dc11ee70d0 authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #75 from Geekid812/master

Automatically call get_cog_commands for all cogs

92930e0fdb597e69bb309dbef338a1a6eff9c963 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update discord_slash/client.py

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

19b79742b593f360e5e508e45e1d27817ebbdbbd authored almost 4 years ago by Geekid812 <[email protected]>
Update discord_slash/client.py

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

513583fc784a0859571ec2c60cb1bf3fe289f8e9 authored almost 4 years ago by Geekid812 <[email protected]>
Fix remove_cog override

f680810229ea7315126bde278f833ca562ee9444 authored almost 4 years ago by Geekid812 <[email protected]>
Update documentation

dc1a20e47b35622c964df2ae9d2f5bd226bd6951 authored almost 4 years ago by Geekid812 <[email protected]>
Change override execution order

7cfb2738627d402311a753b6b3a4ce211467391f authored almost 4 years ago by Geekid812 <[email protected]>
Override bot.add_cog and bot.remove_cog

60d99df67980582cf439c3ac77e86a4a547e795c authored almost 4 years ago by Geekid812 <[email protected]>
Removed unused `edit_original` and `delete_original`

be94fe913f7faa30257f276f0d8886fcca9ebcde authored almost 4 years ago by eunwoo1104 <[email protected]>
Completely implemented `.send`

e9353745fff729ed3811e87ea4672483d9eb64f6 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update according documentation

2d44c6aa370aedfaeb30818fc38f220c7c56b40f authored almost 4 years ago by Geekid812 <[email protected]>
Mark cog as unregistered when unloaded

118397bd26babd6aae7022e191ac5af9429c298c authored almost 4 years ago by Geekid812 <[email protected]>
Automatically call get_cog_commands for all cogs

a0d95860f363abb3375e9807e576fad044621b1b authored almost 4 years ago by Geekid812 <[email protected]>
Merge pull request #74 from jean1398reborn/master

fancify (kinda) readme.md

d54c7d8853acb236537f61cf2bbf25c6488a117a authored almost 4 years ago by eunwoo1104 <[email protected]>
Add files via upload

2142bf0f14188f8235ae60a84383659bf8ed19ac authored almost 4 years ago by Jean Du Plessis <[email protected]>
Update README.md

fe2b8ea5ea1add997651d00bc93d7ed76ff45816 authored almost 4 years ago by Jean Du Plessis <[email protected]>
Fixed wrong docs example

8635f2dd13b323c994037bd6a9e2141c4b9d8bc5 authored almost 4 years ago by eunwoo1104 <[email protected]>
Updated docs

fec029cbb695808d306e4782de86d22066f6cdc5 authored almost 4 years ago by eunwoo1104 <[email protected]>
Temporarily added legacy `.send` method

29cd9bd6022cf8da7b72ba1bebe78d07f72db526 authored almost 4 years ago by eunwoo1104 <[email protected]>
Added some part of SlashContext.send

2c70b3b0fa787f5b6536cac46b06c94738f11207 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update README.md

29ad48f6b577c6ef295f0c3b2ca8dbd9c91a37f9 authored almost 4 years ago by eunwoo1104 <[email protected]>
Moved SlashContext to seperate file

fd53bf6a10edd94a3ab1775dd0e7bea4d7436616 authored almost 4 years ago by eunwoo1104 <[email protected]>
Rewriting SlashContext

4643592deb8634d4044bcba0de9aa8311a55c215 authored almost 4 years ago by eunwoo1104 <[email protected]>
Fixed missing description

4dbfe981b58e78e2a8dc999760ae62c7f48714db authored almost 4 years ago by eunwoo1104 <[email protected]>
Redesigned description handling

b99a15d502c28db051229a48b21fc45b6dca81a2 authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #72 from Sirius3970/patch-5

gettingstarted.rst

34b4e22087066e6d6de8cf4b5f4eabc75874166d authored almost 4 years ago by eunwoo1104 <[email protected]>
Removal of doctree and indices

7e9ff735bd72ec58908404fd50f61a1d40c91756 authored almost 4 years ago by Sirius <[email protected]>
Update docs/gettingstarted.rst

Haha yeah, maybe more simple, or I could maybe introduce the option types table from the utils?...

77ef40654dcabcf825612372cd75b3f936080990 authored almost 4 years ago by Sirius <[email protected]>
Update index.rst

cf824cac3ca7c9bff0ee809812969d9d3406b6e1 authored almost 4 years ago by Sirius <[email protected]>
Update gettingstarted.rst

bd631b559b32b9e02b6110eae47277cbf621a7c7 authored almost 4 years ago by Sirius <[email protected]>
Update gettingstarted.rst

06e4bf4edf962ace7bd75a6b910c1d869902be54 authored almost 4 years ago by Sirius <[email protected]>
Update gettingstarted.rst

b6062973864ca79c077527ae6819e33fb932c306 authored almost 4 years ago by Sirius <[email protected]>
Update gettingstarted.rst

f69e08648a7fc9d2563b532e3de48c23bccc1e8a authored almost 4 years ago by Sirius <[email protected]>
Create gettingstarted.rst

dae46adf1770e081284c8e60852de0570f8f395c authored almost 4 years ago by Sirius <[email protected]>
Merge pull request #71 from Sirius3970/patch-4

New README

6a62b538b49145b05235dcb02a01dabd5320e0a9 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update README.md

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

754bc45cb9b038b2449f25ebbc3ed0148cfd6f07 authored almost 4 years ago by Sirius <[email protected]>
Update README.md

7b49ba77a185592197bc9d8bd21205cccf299ae2 authored almost 4 years ago by Sirius <[email protected]>
Update README.md

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

0795b91164e21f105772cfd85a96412b51a99451 authored almost 4 years ago by Sirius <[email protected]>
Update README.md

Added code quality.

ed5fbd28c5529c3c7d96437ca087d2db63857ce2 authored almost 4 years ago by Sirius <[email protected]>
New README

A more clean and better-formatted approach to new GitHub users viewing this page for the first t...

62bb4006dcc7ea153440ad68da3147bca679fcba authored almost 4 years ago by Sirius <[email protected]>
Merge pull request #69 from Sirius3970/patch-3

New front page change to docs.

17600a219da22b2f3a4d2ee05bf2fae86e04ee3e authored almost 4 years ago by eunwoo1104 <[email protected]>
Update docs/index.rst

Fix for sidebar navigation information not showing.

Co-authored-by: eunwoo1104 <61371424+eunwo...

97cefc505a5febf3cf21faae252790752524fdf8 authored almost 4 years ago by Sirius <[email protected]>
Update docs/index.rst

Fix for main title.

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

1a137b94f046613a9214bdc91afd98ae6233d2c1 authored almost 4 years ago by Sirius <[email protected]>
Merge pull request #70 from AnotherCat/update-faq

Update faq.rst

c748aa69bb6bfac8b1a93d7d277321a2d00fe9c5 authored almost 4 years ago by eunwoo1104 <[email protected]>
Update faq.rst

Add new entries to the #faq channel to the docs

040a3afa38e4d1f0f40872b4ab2cc51000f83e2c authored almost 4 years ago by AnotherCat <[email protected]>
New front page change to docs.

Let's just begin with giving them basic information, and direct them to the quickstart. I'd like...

14421c0d0f4fce2fbe3efd5731241a02f6f45370 authored almost 4 years ago by Sirius <[email protected]>
Merge pull request #67 from Sirius3970/patch-2

New changes.

eae9c4233dbafb51bab8a3e878daeb574027bfae authored almost 4 years ago by eunwoo1104 <[email protected]>
Update quickstart.rst

5f0a9f987bac6b44a71eb2524e807e5a0230a382 authored almost 4 years ago by Sirius <[email protected]>
New changes.

Ideally, this is supposed to be a quick start guide. We don't want to explain advanced things in...

0b1ca1eb1193761fdb1a25d6155074fe4014d298 authored almost 4 years ago by Sirius <[email protected]>
Merge pull request #64 from MrSpinne/master

Added auto-generation of command options (+ fixes)

fa19edb2b0e82827597fde28197c840f4a88675f authored almost 4 years ago by eunwoo1104 <[email protected]>
Added back Codacy Badge and Pull Request Template

Added back Codacy Badge and Pull Request Template

efdc9a97b0539d1898e2ef83e12fa659a64edc70 authored almost 4 years ago by Spinne <[email protected]>
Revert "Merge remote-tracking branch 'upstream/master'"

This reverts commit eba80a66fec7fe614968b6aee7504d0ab7c0902d, reversing
changes made to 85172770...

e2927a8069f4e7837eb1334cb87ea66ff0da449c authored almost 4 years ago by Spinne <[email protected]>
Revert "Update manage_commands.py"

This reverts commit 790cfc520b9f7bccdb13da6c7adccdbefab43f3b.

144dec5d20d5f3be9a97f5c21ae4cd76bca17fe0 authored almost 4 years ago by Spinne <[email protected]>
Update manage_commands.py

790cfc520b9f7bccdb13da6c7adccdbefab43f3b authored almost 4 years ago by Spinne <[email protected]>
Merge remote-tracking branch 'upstream/master'

eba80a66fec7fe614968b6aee7504d0ab7c0902d authored almost 4 years ago by Spinne <[email protected]>
Support for 3.7

Support for 3.7

851727707de833ba142a0d9b3186315caad07ec0 authored almost 4 years ago by Spinne <[email protected]>
Create PULL_REQUEST_TEMPLATE.md

ad3f82d58344cfc8ee87f46585f37a1b5e7af38c authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #62 from eunwoo1104/revert-59-master

Revert "Added auto-generation of command options (+ fixes)"

95cffcea15a5a05d0fa6ce19d85494b810848f94 authored almost 4 years ago by eunwoo1104 <[email protected]>
Revert "Added auto-generation of command options (+ fixes)"

bdd260acaf6e8162e63894ecd6bed1df0e1cfa5a authored almost 4 years ago by eunwoo1104 <[email protected]>
Merge pull request #59 from MrSpinne/master

Added auto-generation of command options (+ fixes)

2360c7abc263238281591baa2c57d925248728bf authored almost 4 years ago by eunwoo1104 <[email protected]>
Update cog_ext.py

Removing unused import

fb3e84d8815b91d0fa9edac15a87c36665ded8e9 authored almost 4 years ago by Spinne <[email protected]>
Create auto convert function

Create auto convert function

9d7616d28c16886d15240a102c6a2a189d7222bf authored almost 4 years ago by Spinne <[email protected]>
Update cog_ext.py

Support for cogs

642fed3d05c731a500949ffa5a8f46a6f33884ee authored almost 4 years ago by Spinne <[email protected]>
Auto generation of command options

Added auto generation of command options.

Additional changes:
- Now SlashCommandOptionType is u...

2780eb38107282980f4ed2abd3852b2425fd3a5a authored almost 4 years ago by Spinne <[email protected]>
Merge pull request #58 from codacy-badger/codacy-badge

Add a Codacy badge to README.md

3c79741398169e55de18fa89d7dde7623452fb2f authored almost 4 years ago by eunwoo1104 <[email protected]>
Add Codacy badge

95e4e1797dee6a104f4e41e96a01490ce18f37ad authored almost 4 years ago by The Codacy Badger <[email protected]>
Merge pull request #57 from MrSpinne/master

Quality improvements

80e0494e004d5de417695c6d1c55672c54b32406 authored almost 4 years ago by eunwoo1104 <[email protected]>
Quality improvements

- Merging isinstance calls
- Removing unecessary dict.keys()
- Removed unnecessary __init__ of R...

50f0d12373f5772eb779dc7bcd8a7a49dd107bc1 authored almost 4 years ago by Spinne <[email protected]>
Merge pull request #55 from MrSpinne/master

Use command docstring as default description

7859a3bca762bd8e932dc070ee6a50d174bc72fe authored almost 4 years ago by eunwoo1104 <[email protected]>
Revert "Add .deepsource.toml"

This reverts commit fe44de01ff5722334c65247b7c8e9b5bf3a2325c.

39f00d28ad00c2456be95fc334f1b081be5c8321 authored almost 4 years ago by Spinne <[email protected]>
Add .deepsource.toml

fe44de01ff5722334c65247b7c8e9b5bf3a2325c authored almost 4 years ago by DeepSource Bot <[email protected]>
Update client.py

Use docstring as default command description

48b3009e50d654e205dd4a45975ceede9f846729 authored almost 4 years ago by Spinne <[email protected]>
Update client.py

Fix docstring

eb0f0f7dab2ca5949c826d29d6f10ad1be041890 authored almost 4 years ago by Spinne <[email protected]>