Skip to content

Tags: karitham/corde

Tags

v0.10.0

Toggle v0.10.0's commit message
probably fix discord unmarshalling mess

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
karitham PL Pery
upgrade to API v10, fix messages not sending after breakage

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: createMessage (#30)

* start message impl

* fix CreateMessage and add example

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exp/interaction data union (#29)

* exp with an interaction data union

* compiler panic

* comment out assignment

* upgrade routing, mostly stable

* fix Route field on Request

* remove migration to seperate folders

* feat: modals

* fix: constant naming, CI pipeline

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: autocomplete routing on focused field (#27)

* fix: autocomplete routing on focused field

* fix: when mounting focused, we were removing the default named options

* update interactions to fix possible conflicts

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
subcommand group routing fix (#25)

Fix routing of sub command groups, and as a side effect, fix overlaying between map keys on args & commands

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mapping: Interactions (#23)

* mapping: Interactions

This commit should contain all the
https://discord.com/developers/docs/interactions/receiving-and-responding
mapped

* fix tests

* use API v9

* remove unecessary path.Clean

v0.6.0

Toggle v0.6.0's commit message
fix todo example

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: create command helpers (#6)

* feat: create command helpers

also move _example to 0_example since gopls
doesn't like the _example directory name.

* doc comment + impl createOption on base type

* generate create command helpers

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add some comments (#2)

* Add some comments
* Keep -f variants

Signed-off-by: jolheiser <john.olheiser@gmail.com>