Skip to content

Commit cb3db85

Browse files
authored
Update Endpoint.php
remove /channels/<channel_id>/threads/active
1 parent eaafe33 commit cb3db85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Discord/Endpoint.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ class Endpoint
6969
// POST
7070
public const CHANNEL_MESSAGE_THREADS = self::CHANNEL_MESSAGE.'/threads';
7171
// GET
72-
public const CHANNEL_THREADS_ACTIVE = self::CHANNEL_THREADS.'/active';
73-
// GET
7472
public const CHANNEL_THREADS_ARCHIVED_PUBLIC = self::CHANNEL_THREADS.'/archived/public';
7573
// GET
7674
public const CHANNEL_THREADS_ARCHIVED_PRIVATE = self::CHANNEL_THREADS.'/archived/private';

0 commit comments

Comments
 (0)