Skip to content

Commit f136a12

Browse files
committed
Fix typo
1 parent 035bb7a commit f136a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/bwmarrin/discordgo"
1010
)
1111

12-
// MessageReactionsAll retreive all Reactions from Message taking into account pagination
12+
// MessageReactionsAll retrieve all Reactions from Message taking into account pagination
1313
func MessageReactionsAll(session *discordgo.Session, channelID, messageID, emojiID string) (st []*discordgo.User, err error) {
1414
var body []byte
1515
var listUsers []*discordgo.User

0 commit comments

Comments
 (0)