File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,11 @@ class Endpoint
203203 // PUT, PATCH, DELETE
204204 public const GUILD_TEMPLATE = self ::GUILD .'/templates/:template_code ' ;
205205
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/rules/:auto_moderation_rule_id ' ;
210+
206211 // GET, PATCH
207212 public const USER_CURRENT = 'users/@me ' ;
208213 // GET
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Http
3737 *
3838 * @var string
3939 */
40- public const VERSION = 'v9.0.11 ' ;
40+ public const VERSION = 'v9.0.12 ' ;
4141
4242 /**
4343 * Current Discord HTTP API version.
You can’t perform that action at this time.
0 commit comments