Skip to content

Commit db3e4cb

Browse files
authored
Merge pull request #29 from discord-php/chore/update-poll-expire-const
🎨 Make the `CHANNEL_POLL_EXPIRE` constant uniform (#28)
2 parents 0bac3d6 + 84cb805 commit db3e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Endpoint
8787
// GET
8888
public const CHANNEL_POLL_ANSWERS = self::CHANNEL_POLL.'/answers/:answer_id';
8989
// POST
90-
public const CHANNEL_POLL_END = self::CHANNEL_POLL.'/expire';
90+
public const CHANNEL_POLL_EXPIRE = self::CHANNEL_POLL.'/expire';
9191

9292
// GET, PATCH, DELETE
9393
public const THREAD = 'channels/:thread_id';

0 commit comments

Comments
 (0)