Skip to content

Commit 9f9b093

Browse files
Change comment to reflect longer polls (#3127)
1 parent 5f2d173 commit 9f9b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.Net.Core/Entities/Messages/Polls/PollProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class PollProperties
1818
public List<PollMediaProperties> Answers { get; set; }
1919

2020
/// <summary>
21-
/// Gets or sets the duration for the poll in hours. Max duration is 168 hours (7 days).
21+
/// Gets or sets the duration for the poll in hours. Max duration is 768 hours (32 days).
2222
/// </summary>
2323
public uint Duration { get; set; }
2424

0 commit comments

Comments
 (0)