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 8767f92 commit fade3cfCopy full SHA for fade3cf
src/Discord/Endpoint.php
@@ -103,7 +103,7 @@ class Endpoint
103
// GET, POST, PATCH
104
public const GUILD_CHANNELS = self::GUILD.'/channels';
105
// GET
106
- public const GUILD_ACTIVE_THREADS = self::GUILD.'/threads/active';
+ public const GUILD_THREADS_ACTIVE = self::GUILD.'/threads/active';
107
108
109
public const GUILD_MEMBERS = self::GUILD.'/members';
0 commit comments