Skip to content

Commit 9cb74b2

Browse files
committed
♻️ change raid_alerts to enable_raid_alerts
1 parent 9894c4e commit 9cb74b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/guild.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ async def edit(
16641664
premium_progress_bar_enabled: bool = MISSING,
16651665
disable_invites: bool = MISSING,
16661666
discoverable: bool = MISSING,
1667-
raid_alerts: bool = MISSING,
1667+
enable_raid_alerts: bool = MISSING,
16681668
enable_activity_feed: bool = MISSING,
16691669
) -> Guild:
16701670
r"""|coro|
@@ -1745,7 +1745,7 @@ async def edit(
17451745
Whether the guild should have server invites enabled or disabled.
17461746
discoverable: :class:`bool`
17471747
Whether the guild should be discoverable in the discover tab.
1748-
raid_alerts: :class:`bool`
1748+
enable_raid_alerts: :class:`bool`
17491749
Whether activity alerts for the guild should be enabled.
17501750
enable_activity_feed: class:`bool`
17511751
Whether the guild's user activity feed should be enabled.

0 commit comments

Comments
 (0)