Skip to content

Commit fade3cf

Browse files
authored
rename GUILD_ACTIVE_THREADS to GUILD_THREADS_ACTIVE
1 parent 8767f92 commit fade3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Endpoint
103103
// GET, POST, PATCH
104104
public const GUILD_CHANNELS = self::GUILD.'/channels';
105105
// GET
106-
public const GUILD_ACTIVE_THREADS = self::GUILD.'/threads/active';
106+
public const GUILD_THREADS_ACTIVE = self::GUILD.'/threads/active';
107107

108108
// GET
109109
public const GUILD_MEMBERS = self::GUILD.'/members';

0 commit comments

Comments
 (0)