diamondburned
331ec59dec
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.
2021-11-12 11:38:36 -08:00
samhza
bfb644c124
api: Add CurrentApplication ( #282 )
...
* discord/api: support fetching bot's Application
* Update api/application.go
Co-authored-by: diamondburned <diamond@arikawa-hi.me>
Co-authored-by: diamondburned <diamond@arikawa-hi.me>
2021-10-03 13:31:48 -07:00
Maximilian von Lindern
5a1837a094
discord/api: Add StageInstances
2021-05-29 22:17:39 -07:00
diamondburned
968112fb53
Discord: typed snowflake for Interaction
2021-02-17 17:41:19 -08:00
Matthew Penner
7c3374543e
Discord: Add basic support for slash commands
2021-01-27 10:44:14 -08:00
Maximilian von Lindern
d6a45529ad
Discord: Add Sticker ( #167 )
...
* Discord: add sticker related types
* Discord: add Sticker field to Message
2020-11-21 08:35:19 -08:00
mavolin
647efb8030
Discord: add Mention method to mentionable Snowflakes
2020-09-24 11:54:45 -07:00
diamondburned
87c648ae1d
Discord: ParseSnowflake now uses ParseUint
2020-08-19 21:53:22 -07:00
Maximilian von Lindern
908ef96089
Discord: Uint64 typed Snowflakes ( #132 )
...
* Use typed Snowflakes if possible
* Discord: make Snowflakes uint64
* Fix errors that emerged because of new typing
2020-07-29 16:58:33 -07:00
Maximilian von Lindern
78c36f13cd
Discord: Rename Snowflake and Timestamp Valid methods ( #128 )
...
* Discord: rename Snowflake.Valid() to IsValid()
* Discord: rename Timestamp.Valid() to IsValid()
2020-07-29 16:58:33 -07:00
Tadeo Kondrak
d290b0d01c
*: Add typed Snowflake IDs ( #122 )
...
This PR closes #120 .
2020-07-29 16:58:33 -07:00
diamondburned (Forefront)
1ca7d1c62c
Discord: Fixed Snowflake Valid() returning true for null
2020-05-14 01:03:48 -07:00
diamondburned (Forefront)
aa07ff9a43
Discord: Fixed Emoji.APIString() mishandling Unicode characters
2020-05-14 00:49:10 -07:00
Matthew Penner
592d2f7172
Fix null snowflakes being formatted as 18446744073709551615
2020-05-13 15:51:26 -06:00
diamondburned (Forefront)
f9c962fb96
Discord: Added tests for Snowflake
2020-05-08 14:11:56 -07:00
diamondburned (Forefront)
2cad0e87b6
Discord: Marshalled Snowflakes are now -1 when null
2020-05-08 13:56:00 -07:00
diamondburned (Forefront)
55323ee753
Discord: Allow -1 null Snowflake, fixed snowflake time bug
2020-05-08 13:52:46 -07:00
diamondburned (Forefront)
6d4b23ff05
Bot API improvements
2020-01-21 23:24:15 -08:00
diamondburned (Forefront)
956df56f98
Reverted Snowflake type changes
2020-01-20 20:30:13 -08:00
diamondburned (Forefront)
7e73f00eb9
Fixed bug where ParseContent interface methods won't return a proper error
2020-01-20 20:25:47 -08:00
diamondburned (Forefront)
28228a60f5
Ported rfrouter over
2020-01-18 22:06:00 -08:00
diamondburned
2dc983d243
Added simple example
2020-01-17 14:29:13 -08:00
diamondburned (Forefront)
a951eb2b89
Fixed Snowflake.Valid
2020-01-14 21:00:18 -08:00
diamondburned
8fc7229c3f
Added an untested Gateway package
2020-01-14 20:43:34 -08:00
diamondburned
6b993f2032
Added Permissions and stuff
2020-01-03 20:19:24 -08:00
diamondburned
09d9651507
Initial commit
2020-01-01 21:39:52 -08:00