diff --git a/discord/poll_create_builder.go b/discord/poll_create_builder.go index 7ef7af53..3b436ecb 100644 --- a/discord/poll_create_builder.go +++ b/discord/poll_create_builder.go @@ -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