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.
CHANNEL_POLL_EXPIRE
1 parent 0bac3d6 commit 84cb805Copy full SHA for 84cb805
src/Discord/Endpoint.php
@@ -87,7 +87,7 @@ class Endpoint
87
// GET
88
public const CHANNEL_POLL_ANSWERS = self::CHANNEL_POLL.'/answers/:answer_id';
89
// POST
90
- public const CHANNEL_POLL_END = self::CHANNEL_POLL.'/expire';
+ public const CHANNEL_POLL_EXPIRE = self::CHANNEL_POLL.'/expire';
91
92
// GET, PATCH, DELETE
93
public const THREAD = 'channels/:thread_id';
0 commit comments