Skip to content

Commit 88f95e8

Browse files
authored
Add Guild MFA endpoint
1 parent 5d58a01 commit 88f95e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ class Endpoint
128128
// GET, POST, PATCH, DELETE
129129
public const GUILD_ROLE = self::GUILD.'/roles/:role_id';
130130

131+
// POST
132+
public const GUILD_MFA = self::GUILD.'/mfa';
133+
131134
// GET, POST
132135
public const GUILD_INVITES = self::GUILD.'/invites';
133136

0 commit comments

Comments
 (0)