Skip to content

Commit 84cb805

Browse files
committed
🎨 Make the CHANNEL_POLL_EXPIRE constant uniform
1 parent 0bac3d6 commit 84cb805

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)