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 1be6e8b commit 2fa6a39Copy full SHA for 2fa6a39
src/Discord/Endpoint.php
@@ -206,7 +206,7 @@ class Endpoint
206
// GET, POST
207
public const GUILD_AUTO_MODERATION_RULES = self::GUILD.'/auto-moderation/rules';
208
// GET, PATCH, DELETE
209
- public const GUILD_AUTO_MODERATION_RULE = self::GUILD.'/:auto_moderation_rule_id';
+ public const GUILD_AUTO_MODERATION_RULE = self::GUILD.'/auto-moderation/rules/:auto_moderation_rule_id';
210
211
// GET, PATCH
212
public const USER_CURRENT = 'users/@me';
0 commit comments