We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035bb7a commit f136a12Copy full SHA for f136a12
helpers/helpers.go
@@ -9,7 +9,7 @@ import (
9
"github.com/bwmarrin/discordgo"
10
)
11
12
-// MessageReactionsAll retreive all Reactions from Message taking into account pagination
+// MessageReactionsAll retrieve all Reactions from Message taking into account pagination
13
func MessageReactionsAll(session *discordgo.Session, channelID, messageID, emojiID string) (st []*discordgo.User, err error) {
14
var body []byte
15
var listUsers []*discordgo.User
0 commit comments