Skip to content

Commit 1734082

Browse files
committed
1 parent 429221d commit 1734082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ class Endpoint implements EndpointInterface
138138
public const GUILD_CHANNELS = self::GUILD.'/channels';
139139
// GET
140140
public const GUILD_THREADS_ACTIVE = self::GUILD.'/threads/active';
141+
// GET
142+
public const GUILD_MESSAGES_SEARCH = self::GUILD.'/messages/search';
141143

142144
// GET
143145
public const GUILD_MEMBERS = self::GUILD.'/members';

0 commit comments

Comments
 (0)