Skip to content

Commit 022d250

Browse files
authored
1 parent 26329c0 commit 022d250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is a part of the DiscordPHP-Http project.
55
*
6-
* Copyright (c) 2021-present David Cole <david.cole1340@gmail.com>
6+
* Copyright (c) 2022-present David Cole <david.cole1340@gmail.com>
77
*
88
* This file is subject to the MIT license that is bundled
99
* with this source code in the LICENSE file.
@@ -102,6 +102,8 @@ class Endpoint
102102
public const GUILD = 'guilds/:guild_id';
103103
// GET, POST, PATCH
104104
public const GUILD_CHANNELS = self::GUILD.'/channels';
105+
// GET
106+
public const GUILD_ACTIVE_THREADS = self::GUILD.'/threads/active';
105107

106108
// GET
107109
public const GUILD_MEMBERS = self::GUILD.'/members';

0 commit comments

Comments
 (0)