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 26329c0 commit 022d250Copy full SHA for 022d250
src/Discord/Endpoint.php
@@ -3,7 +3,7 @@
3
/*
4
* This file is a part of the DiscordPHP-Http project.
5
*
6
- * Copyright (c) 2021-present David Cole <david.cole1340@gmail.com>
+ * Copyright (c) 2022-present David Cole <david.cole1340@gmail.com>
7
8
* This file is subject to the MIT license that is bundled
9
* with this source code in the LICENSE file.
@@ -102,6 +102,8 @@ class Endpoint
102
public const GUILD = 'guilds/:guild_id';
103
// GET, POST, PATCH
104
public const GUILD_CHANNELS = self::GUILD.'/channels';
105
+ // GET
106
+ public const GUILD_ACTIVE_THREADS = self::GUILD.'/threads/active';
107
108
// GET
109
public const GUILD_MEMBERS = self::GUILD.'/members';
0 commit comments