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 eaafe33 commit cb3db85Copy full SHA for cb3db85
src/Discord/Endpoint.php
@@ -69,8 +69,6 @@ class Endpoint
69
// POST
70
public const CHANNEL_MESSAGE_THREADS = self::CHANNEL_MESSAGE.'/threads';
71
// GET
72
- public const CHANNEL_THREADS_ACTIVE = self::CHANNEL_THREADS.'/active';
73
- // GET
74
public const CHANNEL_THREADS_ARCHIVED_PUBLIC = self::CHANNEL_THREADS.'/archived/public';
75
76
public const CHANNEL_THREADS_ARCHIVED_PRIVATE = self::CHANNEL_THREADS.'/archived/private';
0 commit comments