We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a1490 commit 656bd51Copy full SHA for 656bd51
src/Discord/Parts/Guild/AuditLog/Entry.php
@@ -173,6 +173,8 @@ class Entry extends Part
173
public const HOME_SETTINGS_UPDATE = 191;
174
/** Guild Profile was updated. */
175
public const GUILD_PROFILE_UPDATE = 211;
176
+ /** Guild migrated and bypassed slowmode permission. */
177
+ public const GUILD_MIGRATE_BYPASS_SLOWMODE_PERMISSION = 213;
178
179
/**
180
* @inheritDoc
0 commit comments