Ecosyste.ms: OpenCollective

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

github.com/Javacord/Javacord

An easy to use multithreaded library for creating Discord bots in Java.
https://github.com/Javacord/Javacord

Add information about who sends voice gateway opcodes to JavaDoc

55a04beeb939cdebce319942d25f26eb61ae8560 authored over 3 years ago
Allow voice self-states to be set directly on connect

0e58dbea2496914dd5906a221f14d45385da19b9 authored over 3 years ago
Fix JavaDoc typo

b43a6eef3b276eede4a288bdb33c82ff56ecbff8 authored over 3 years ago
Add new Audit Log event and change types.

fada7ea86508b6de63dbc58b4281350166d6dcd1 authored over 3 years ago
Changed isSubcommandOrGroup to check the stringRepresentation instead of stringValue because the stringRepresentation is always present if it is not a subcommandgroup or subcommand

1e2d72bf8feb8210ea3877ff4c9dfef32652395c authored over 3 years ago
Include the GUILDS intent by default as Javacord is not functional without it

08c667c395cc2945757f2222aa7e3276da278163 authored over 3 years ago
Add new appender types to the MessageBuilder.

- Added appendNamedLink
- Added appendTimestamp
- Added TimestampStyle enum for the possible time...

dea8920936a4f408f30060fa072b9616eba025ec authored over 3 years ago
Add ephemeral field for attachments

60e1043d166db34823e47d68ef27f86d44b69e38 authored over 3 years ago
Add InteractionCallbackDataFlag enum for interaction responses and exchanged MessageFlag with it for Interactions.

6158e751b71ce852478934195cfac4793b9507c5 authored over 3 years ago
fix message cache deadlock by using central lock

remove message cache inconsistencies

fix delete handler

21454c6400aa7c9d5cb4f8faf9bca2165ae66a5d authored over 3 years ago
Wrong used methods in UncachedMessageUtil which cause an infinite loop

9cef27ae8a035c13e34d24fccc4aa8a5906b5f41 authored over 3 years ago
add missing PermissionTypes and use long instead of int

b3afa167d20e08d855c34c29f445141936fc1e34 authored over 3 years ago
Fix incorrect listener names in Javadoc

2c4a99161247e6a41c31ccf7769886f6e2968c59 authored over 3 years ago
Fix Permissions#fromBitmask methods.

dcd3f5f188f682a297ebdc87fa1a568e967a2056 authored over 3 years ago
Removed MessageComponentInteractionBase#getMessageId and change method signature of MessageComponentInteractionBase#getMessage from optional to directly returning the message due to discord now providing the full message when the interaction comes from an ephemeral message

bee58bd8210c5f700e4ea90064defc16ac7a5782 authored over 3 years ago
Fix typos and grammars

fda6aa82ad2899373aa440fb22c3bcd05970a54e authored over 3 years ago
fixes

580af3180b3a5d266f95b021736a952762c2ea49 authored over 3 years ago
Update javacord-api/src/main/java/org/javacord/api/interaction/InteractionBase.java

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

186dd96de22b3158df2404596230d2d5d43458d3 authored over 3 years ago
Remove members from cache when the bot leaves the server

e472a71862cb4903b64f4792ef3e7db86149dbc3 authored over 3 years ago
Add single embed param sendMessage to avoid ambiguous method calls

388981846412a060f42916ad7bc6c0e6b290afee authored over 3 years ago
Fix SlashCommandInteractionOptionImpl blindly getting slash command options without checking if it's present

bc10bcae3a49e8438ae96bdfb9156eaede462ec7 authored over 3 years ago
Change message methods that take embed as argument only to needing an array of embeds

65b698b30c17f688ad472a91ad5c4579ad900f6a authored over 3 years ago
Move from deprecated "embed" field to "embeds" in UncachedMessageUtil.

- Added MessageBuilderBase#addEmbeds(List<EmbedBuilder>)
- Switched the edit methods in Message ...

5b5cfa3e8eb7a484338e8fe9176c7a8c3fa2fdb6 authored over 3 years ago
Add SlashCommandOptionType NUMBER.

Reworked SlashCommandInteractionOptionImpl to check for the "type" key value instead of the data...

a720d03082c9197d4a1f287d419b7d7c404552f2 authored over 3 years ago
suggestions

6b190724dd93aaa340a12e386bc83977647eae74 authored over 3 years ago
Add missing methods to get the actual component in HighLevelComponent and LowLevelComponent

65d5d1a74977f4797e82c250dea9db293f150547 authored over 3 years ago
Added disabled field for Button convenience methods

79df28b3117a33653046bc51969a717a61b17549 authored over 3 years ago
Elevate getAvatarHash to User

0c43d7ebaa4c16dd37cb0ef5e23492db88b85a76 authored over 3 years ago
Fix message updater

remove random copy call

add createUpdater() to Message

386b25b119b41bdc59845af0d60d70fecf76ba29 authored over 3 years ago
Fix booleans in SlashCommandInteractionOption being assumed to be a string instead of a boolean because of wrong Discord documentation

064e5de3b6d256d950b6fd7d79102fe9e00cf62a authored over 3 years ago
Added missing server features

f6d245218daf1b9e8b47f7f0eaa62e092816d66f authored over 3 years ago
Fixed inverted logic of User#getMutualServers

d1d1a9fa7fa86164ed7ff407dcc4f4819130d673 authored over 3 years ago
Removed hard coded size limit for action rows and components now properly inherit toJsonNode from ComponentImpl

8f8a0aa5e4093c1dda4bcd965e337f62cda560eb authored over 3 years ago
Fixed MessageBuilder logic that weren't correctly adjusted for messages with multiple embeds

b333a6c4887f755160a0232c6229574873ccecea authored over 3 years ago
Update JavaDocs

07526595a69d7a90297411280afc4a2916e1c662 authored over 3 years ago
allow ephemeral deferred interaction responses

0384b925a733fa1acfe376b3c8e4f4280127c803 authored over 3 years ago
fix incoming interaction in unknown DM channels

checkstyle

3dc69a9d07b6e2cdfc0d12164c71e7a4fe74791d authored over 3 years ago
Add message updater

fix allowed mentions

checkstyle

Fixes

add fixes

385d77925fc167b62b7cabc83a53adb942c4c24d authored over 3 years ago
expose getKnownCustomEmojiOrCreateCustomEmoji

fixes

96bed14cf0075da5adf1cefcb4cd526caf28e723 authored over 3 years ago
Fix JavaDocs wording

69c9197d06e0f20935054db0a5b4e5e689346745 authored over 3 years ago
Add support for adding intents and set all non-privileged with additional intents.

b6e220db61696d9f83cabe9d7726d4920b815201 authored over 3 years ago
All message components listeners are now attachable to messages

6a62c3ff183a9bc027f13b009d3addf77158564e authored over 3 years ago
Added Get Guild Member endpoint

6c78bc9f80d3fde69168b26fdd018ac21635e498 authored over 3 years ago
Remove CircleCI

We don't need multiple CI tools. In the long run, I want to migrate
everything to GitHub actions.

e227b6a36b4dbcf19f3cc295923885eef5075403 authored over 3 years ago
Add option to control user cache

And make it disabled by default (breaking change!).

5526375bdfa881f603be7a04c7c932b0d84fd98e authored over 3 years ago
[Gradle Release Plugin] - new version commit: 'v3.3.3-SNAPSHOT'.

34d9d9401441a2dfc0872880c35333291b04cc81 authored over 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v3.3.2'.

0eed31c2ce38cfd2c60af6bb82c6cdc61caff954 authored over 3 years ago
Fix NPE when invoking a slash command in DMs and fix for #795 where ephemeral messages are missing the guild_id when sent in a server

1b8ea9602043e99088488a6c6771fe036191ea26 authored over 3 years ago
Added select menus

aae6b43e5f5803af4e52162d9cc60b58d195e2a7 authored over 3 years ago
[Gradle Release Plugin] - new version commit: 'v3.3.2-SNAPSHOT'.

67e7d9961dbd5181ab0bc238acc6c6028fe6a826 authored over 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v3.3.1'.

7a560073eb4f92b334cd5d2a4baf044b451e929f authored over 3 years ago
Changed MessageComponentInteraction#getMessage to returning an optional due to the message not being provided if it's ephemeral.

16934253c739118e9fd135566325ffe2a7976848 authored over 3 years ago
Fix event dispatching (#697)

Due to race conditions sometimes NullPointerExceptions happened
and multiple listeners for the s...

1697667b0ae7c91797a3cb574520d8e61958ea3a authored over 3 years ago
fix bug with incoming webhooks without token

a256b136f4436a2e0dfae7a26acd09f392817cee authored over 3 years ago
Add Membership Screening Pending getter and event.

386573eda4e72f0ad6ed587164479e1935f62d74 authored over 3 years ago
Add proper MessageReference object to fix bugs

Deprecate Message#getReferencedMessageId

dc9acf0453d6c26632e4c6c99a70c8e59ee41aea authored over 3 years ago
Fix for cloudflare API bans not containing a retry_after JSON value

6b64e9b72c33446fe22badad0f172dec8dadd4b7 authored over 3 years ago
Fix to retry_after being a float value

22b7d9bf055d09e1a79b45bf972fe4bcfcc8df52 authored over 3 years ago
Revert bad commit due to false-positive IDE warnings

21f25227da2edfc94b74cb4ada0e015ba4857c27 authored over 3 years ago
Rename ApplicationCommand -> SlashCommand

57305b18769c91ebeea1bc69e59e3cad8d78d9c3 authored over 3 years ago
Add support for multi-embed for Discord bots.

faa6978057d5c6ca7743038e882fa0b7eb72ce17 authored over 3 years ago
Add specific events for interactions

- ApplicationCommandCreateListener
- MessageComponentCreateListener
- ButtonClickListener

79d65061f9cc427d01d6370ced160d9e1e9ea3a2 authored over 3 years ago
Fixes not working UserChangeXY events

e63fb9a252bc3b6b1ba7254ebe413c3a14a81b6a authored over 3 years ago
Add ping pong slash commands example to the README

7051833d178ab1103c48b79e42d0bf63c0b8e680 authored over 3 years ago
NSFW Level for Guilds (servers).

96153d6e66ed6b75606946702ebf96a67d55a075 authored over 3 years ago
General fixes and improvements for the component api usage

1abd592aaf862caa1c6686f33921cdcf9382273b authored over 3 years ago
fix identify quota request

checkstyle

d3e36f978daf25f93aabea4776aadda871641fab authored over 3 years ago
Add interaction convenience methods

fixes as suggested

3fc25270d712c2458553cf6836e7b315358218f3 authored over 3 years ago
Renamed InteractionCallbackType values to uppercase

13a967a5843fe7464b1ed3749d4557d5dabbb415 authored over 3 years ago
Add the ability to modify the application command permissions

2f5cc94a3bec9c394bb7c73458f661c4cb21856a authored over 3 years ago
Add bulk overwrite methods to update and/or create multiple application commands at once

192cf8bca5dddc5af48f7d71048ae83a76f3d88f authored over 3 years ago
Rework of interaction responses

23d177d74d10105ca026dc3bb4fd1072038f571c authored over 3 years ago
add several component / interaction convenience methods

checkstyle

Added a few application command creation convenience methods

fix wrong name

oo...

c62ded91634f96f580abd90897bac1c1262995c0 authored over 3 years ago
Add methods to update application commands

a09d4d08495b648fdc8c8dd60c03bf0eea0cdb58 authored over 3 years ago
Add new rest request result error codes

8d5665605c5e9e598d0ac65b33ee4afc87da91d8 authored over 3 years ago
Add USE_SLASH_COMMANDS permission type

dc4d6bb1bc383c8f5635ce4b13f9760f3859679b authored over 3 years ago
Add get server application commands and get server application command by its id

773dc9c00a26ade6bc8ad81ade313253a87503e4 authored over 3 years ago
Add components

4f6dd6a68d1306096689253437fb484e02b2d722 authored over 3 years ago
Added missing RestRequestResultErrorCode for not allowed words for public stage channels

43bb49fc192b72b3f118d1a13627598871f3974e authored over 3 years ago
Add GitHub action for checkstyle

7c71dffe334677dc5cff7968c1986138f9691256 authored over 3 years ago
Add GitHub action for building and testing

fa94e11c71eed89e6efdb6eb60ad6e54f04548ce authored over 3 years ago
Added the ability to respond to interactions.

Removed the hard coded limit of embeds for webhooks.
Fixed a bug where interactions from DM's thr...

23d7cb9bc92a56f509d215706800d6f9eca98a7d authored over 3 years ago
Changed flag to be an EnumSet in the InteractionMessageBuilder

2d6bfe2aaf3dfa5cb81010c5cdd8c0f75c8680f0 authored over 3 years ago
Fix global ratelimiter math and correct / update javadocs

sdfsd

fix docs

37a1fe494d67c7ab71c253100bd54011a0af7b70 authored over 3 years ago
Add support for creating and receiving interactions

This commit does **not** add support for responding to interactions. It
sticks very closely to t...

ccc7b6b33296e907dbea66fb5ea5d7b6141e202b authored almost 4 years ago
Added role tags

f31c2b3b0082ec3e094df1c77ed92716dc5051aa authored almost 4 years ago
Added missing rest request result error codes

1f5f4f745a29bbd27a98857a1d7660fbc9ad55ab authored almost 4 years ago
Added a temporary workaround to avoid an error when receiving a channel update for SERVER_NEWS_CHANNEL as it is handled the same as an SERVER_TEXT_CHANNEL

052fc1576c0b483f1e9d0087d6727d01d9faee2e authored almost 4 years ago
[Gradle Release Plugin] - new version commit: 'v3.3.1-SNAPSHOT'.

3ca834ae941ac03bd8453851aabec494191a1019 authored almost 4 years ago
[Gradle Release Plugin] - pre tag commit: 'v3.3.0'.

f825905377ee30f8614190aef55da0e6b629da7f authored almost 4 years ago
Fix Attachments with Spoiler in Message#toMessageBuilder

9d7bd1fa563491d9b17f7db36e72f5a9ad5397c7 authored almost 4 years ago
Added new message types

5600571d872d029fbdd190985db9d783c39c1aa7 authored almost 4 years ago
new version commit: 'v3.3.0-SNAPSHOT'.

15cfe604a62016d30ceab96a789dc1f6c1be68c5 authored almost 4 years ago
compensate missing CHANNEL_CREATE event for text channels

0b7719b6ad3e263a80ae3d3d3a485322d8123b43 authored almost 4 years ago
move user updates from PresenceUpdateHandler to GuildMemberUpdateHandler

fb2da4240ba8b88af3d37bcc3ea9abcd42d616bc authored almost 4 years ago
[Gradle Release Plugin] - new version commit: 'v3.2.1-SNAPSHOT'.

cb944a1646f7bd34d6e73531925ab498f12ec976 authored almost 4 years ago
[Gradle Release Plugin] - pre tag commit: 'v3.2.0'.

9373d3b4358e8501c86e997116ad7d1c5a6d1eb5 authored almost 4 years ago
Add support for multiple activities

52556c39748d281b9438850325a219edfec6ef48 authored almost 4 years ago
Add missing server features and removed deprecated / not anymore used features

1f09c625bbb3dc6c1479bb106796f119017da6e6 authored almost 4 years ago
Add support for ServerStageVoiceChannel

17b95e64d24d90e30ded913df4885dc825f4f181 authored almost 4 years ago