Skip to content

Tags: bitspill/arikawa

Tags

v3.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
discord: Add NitroBasic to UserNitro type (diamondburned#364)

v3.1.0

Verified

This commit was signed with the committer’s verified signature.
README: Add commands-hybrid, minor tweaks

v3.0.0

discord: Add Invite.URL() methods

v3.0.0-rc.6

Verified

This commit was signed with the committer’s verified signature.
*: Increase test timeout duration

See if CI passes this time.

v3.0.0-rc.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
discord: Add Type to CommandInteractionOption (diamondburned#312)

v3.0.0-rc.4

state: Ignore state errors in API wrappers

This commit makes it so that all API wrapper methods under state will
ignore errors returned from the cabinet setters. This is because an
intermittent error from the state shouldn't shadow the actual result
from the Discord API.

v3.0.0-rc.3

discord: Refactor interactions and components

This commit gets rid of contain-it-all structs and instead opt for
interface union types containing underlying concrete types with no
overloading.

The code is much more verbose by doing this, but the API is much nicer
to use. The only disadvantage in that regard is the interface assertion
being too verbose and risky for users at times.

v3.0.0-rc.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gateway: Fix typo in GuildEmojisUpdateEvent.Emojis JSON tag (diamondb…

…urned#276)

v3.0.0-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
api: Mutate validated embeds from discord.Embed.Validate (diamondburn…

…ed#271)

v2.1.0

state: Fix voice state removal condition

This commit addresses issue diamondburned#220.