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.
2 parents 0bac3d6 + 84cb805 commit db3e4cbCopy full SHA for db3e4cb
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