Hamster

Results 7 issues of Hamster

As the Action Metadata fields of `channel_id` and `duration_seconds` are only relevant to their associated action types, these fields are not required if neither associated action type is used. The...

After I perform a single realtime query, my container randomly shuts down. I receive the exception `An exception occured while querying the data source: An established connection was aborted by...

Implements the new [Auto Moderation API](https://discord.com/developers/docs/resources/auto-moderation). ## REST - [x] Write REST objects - [x] [`IDiscordAutoModerationAPI.ListAutoModerationRulesAsync`](https://discord.com/developers/docs/resources/auto-moderation#list-auto-moderation-rules-for-guild) - [x] [`IDiscordAutoModerationAPI.GetAutoModerationRuleAsync`](https://discord.com/developers/docs/resources/auto-moderation#get-auto-moderation-rule) - [x] [`IDiscordAutoModerationAPI.CreateAutoModerationRuleAsync`](https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule](https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule)) - [x] [`IDiscordAutoModerationAPI.ModifyAutoModerationRuleAsync`](https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule) - [x] [`IDiscordAutoModerationAPI.DeleteAutoModerationRuleAsync`](https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule) - [x]...

### Description - [ ] Decide on documentation host (Continue with Wyam, Pages, Statiq etc...) - [ ] Decide on what guides and tutorials to make ### Why This is...

**Description** Currently [`IDiscordRestOAuth2API`](https://github.com/Nihlus/Remora.Discord/blob/master/Backend/Remora.Discord.API.Abstractions/API/Rest/IDiscordRestOAuth2API.cs) only has two endpoints - [Get Current Bot Application Information](https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information) - [Get Current Authorization Information](https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information). These are, to be fair, the only explicitly documented endpoints under the...

MyAnimeLIst now uses OAuth2 for authorisation. The docs here should be updated to match this with examples. The MAL docs are not that great.