Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new gateway event: GUILD_AUDIT_LOG_ENTRY_CREATE #1872

Closed
Lulalaby opened this issue Jan 12, 2023 · 2 comments · Fixed by #1932
Closed

Add new gateway event: GUILD_AUDIT_LOG_ENTRY_CREATE #1872

Lulalaby opened this issue Jan 12, 2023 · 2 comments · Fixed by #1932
Assignees
Labels
documentation needed feature request New feature request priority: high High Priority status: todo This issue needs work
Milestone

Comments

@Lulalaby
Copy link
Member

See: discord/discord-api-docs#5849

@Lulalaby Lulalaby added feature request New feature request priority: medium Medium Priority status: todo This issue needs work documentation needed labels Jan 12, 2023
@Lulalaby Lulalaby added this to the v2.4 milestone Jan 12, 2023
@Lulalaby
Copy link
Member Author

Example payload:

{
  "user_id": "856780995629154305",
  "target_id": "693088765333471284",
  "id": "1063237633662259210",
  "changes": [
    {
      "new_value": "2023-01-13T00:27:45.148+01:00",
      "key": "communication_disabled_until"
    }
  ],
  "action_type": 24,
  "guild_id": "858089281214087179"
}

@Lulalaby
Copy link
Member Author

Additionally the intent guild_bans got renamed to guild_moderation

@Lulalaby Lulalaby added priority: high High Priority and removed priority: medium Medium Priority labels Feb 9, 2023
@Lulalaby Lulalaby modified the milestones: v2.4, v2.5 Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation needed feature request New feature request priority: high High Priority status: todo This issue needs work
Projects
Status: Done
2 participants