Skip to content

Commit

Permalink
you might wanna build the builder idk
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Apr 22, 2024
1 parent 6f85c0f commit fef1c94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions discord/poll_create_builder.go
Expand Up @@ -59,3 +59,8 @@ func (b *PollCreateBuilder) SetLayoutType(layout PollLayoutType) *PollCreateBuil
b.LayoutType = layout
return b
}

// Build builds the PollCreateBuilder to a PollCreate struct
func (b *PollCreateBuilder) Build() PollCreate {
return b.PollCreate
}

0 comments on commit fef1c94

Please sign in to comment.