1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-01 04:24:19 +00:00
arikawa/discord
hi117 acbed83ca7
api: Add initial implementation for automoderator API (#444)
* Add initial implementation for automoderator api

* Move AutoModerationRuleID to snowflake.go and go generate

* Combine a struct and document all the things

* Add audit log reasons to modify and delete in automoderation

* Update docstrings and change how data is passed in

* Rename plurals to singulars and update data stuff

* fixup

* Update to use optional

* Move params out of data

* fixup and add types
2024-08-06 14:43:41 +07:00
..
application.go discord: move AppFlagAutoModerationRuleCreateBadge outside 2023-04-07 06:07:05 -07:00
auditlog.go Move away from github.com/pkg/errors 2023-09-19 11:37:24 -07:00
automoderation.go api: Add initial implementation for automoderator API (#444) 2024-08-06 14:43:41 +07:00
channel.go discord: add URL method to Channel 2024-07-14 12:42:27 +07:00
command.go discord: Add AttachmentOption to UnknownCommandOption 2024-01-06 00:47:34 -08:00
component.go Move away from github.com/pkg/errors 2023-09-19 11:37:24 -07:00
component_example_test.go discord: Add new select components 2022-11-20 20:17:44 -08:00
discord.go discord: Add field Proxy into Video 2022-04-08 03:35:20 -07:00
emoji.go discord: Add NewAPIEmoji 2022-06-23 00:11:27 -07:00
guild.go discord: Upgrade MemberFlags from u8 to u32 2024-04-23 23:13:22 -07:00
guild_consts.go
interaction.go discord: Fix unmarshal IntegerOption (#421) 2024-03-05 20:54:11 -08:00
interaction_example_test.go discord: Add CommandInteractionOptions.Unmarshal 2022-08-14 23:40:06 -07:00
invite.go discord: Add Invite.URL() methods 2022-07-22 15:35:49 -07:00
message.go discord: add ReactionCountDetails struct 2023-09-01 02:41:24 -07:00
message_embed.go discord: Add field Proxy into Video 2022-04-08 03:35:20 -07:00
permission.go discord: Add comment for CalcOverrides 2024-01-02 20:59:53 -08:00
scheduled_events.go discord: Support guild Scheduled Events (#319) 2022-04-02 22:36:45 -07:00
snowflake.go api: Add initial implementation for automoderator API (#444) 2024-08-06 14:43:41 +07:00
snowflake_test.go
snowflake_types.go api: Add initial implementation for automoderator API (#444) 2024-08-06 14:43:41 +07:00
stage.go
time.go
url.go
user.go discord: Fix calculation of default avatar URL (#398) 2023-07-17 23:01:50 -07:00
voice.go discord: VoiceState.RequestToSpeakTimestamp nullable (#367) 2023-01-06 14:43:46 +00:00
webhook.go