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.
1 parent 5f2d173 commit 9f9b093Copy full SHA for 9f9b093
src/Discord.Net.Core/Entities/Messages/Polls/PollProperties.cs
@@ -18,7 +18,7 @@ public class PollProperties
18
public List<PollMediaProperties> Answers { get; set; }
19
20
/// <summary>
21
- /// Gets or sets the duration for the poll in hours. Max duration is 168 hours (7 days).
+ /// Gets or sets the duration for the poll in hours. Max duration is 768 hours (32 days).
22
/// </summary>
23
public uint Duration { get; set; }
24
0 commit comments