Skip to content

Commit

Permalink
Update discord/poll_create_builder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Apr 22, 2024
1 parent fce3f55 commit c812a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/poll_create_builder.go
Expand Up @@ -42,7 +42,7 @@ func (b *PollCreateBuilder) ClearAnswers() *PollCreateBuilder {
return b
}

// SetDuration sets the duration of the Poll (in seconds)
// SetDuration sets the duration of the Poll (in hours)
func (b *PollCreateBuilder) SetDuration(duration int) *PollCreateBuilder {
b.Duration = duration
return b
Expand Down

0 comments on commit c812a4f

Please sign in to comment.