Skip to content

Commit 656bd51

Browse files
committed
Entry::GUILD_MIGRATE_BYPASS_SLOWMODE_PERMISSION
1 parent e3a1490 commit 656bd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discord/Parts/Guild/AuditLog/Entry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ class Entry extends Part
173173
public const HOME_SETTINGS_UPDATE = 191;
174174
/** Guild Profile was updated. */
175175
public const GUILD_PROFILE_UPDATE = 211;
176+
/** Guild migrated and bypassed slowmode permission. */
177+
public const GUILD_MIGRATE_BYPASS_SLOWMODE_PERMISSION = 213;
176178

177179
/**
178180
* @inheritDoc

0 commit comments

Comments
 (0)