Skip to content

Commit

Permalink
Update restapi.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
  • Loading branch information
ceriath and FedorLap2006 committed Apr 7, 2022
1 parent 68b28ee commit 738e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi.go
Expand Up @@ -2100,7 +2100,7 @@ func (s *Session) WebhookExecute(webhookID, token string, wait bool, data *Webho
// MessageReactionAdd creates an emoji reaction to a message.
// channelID : The channel ID.
// messageID : The message ID.
// emojiID : Either the unicode emoji for the reaction, or a guild emoji identifier (e.g. "hello:1234567654321").
// emojiID : Either the unicode emoji for the reaction, or a guild emoji identifier in name:id format (e.g. "hello:1234567654321")
func (s *Session) MessageReactionAdd(channelID, messageID, emojiID string) error {

// emoji such as #⃣ need to have # escaped
Expand Down

0 comments on commit 738e705

Please sign in to comment.