Skip to content

Commit

Permalink
chore: rename INLINE_REPLY to REPLY (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Nov 17, 2020
1 parent 2ee557a commit fde45f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8/payloads/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export enum MessageType {
GUILD_DISCOVERY_REQUALIFIED,
GUILD_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING,
GUILD_DISCOVERY_GRACE_PERIOD_FINAL_WARNING,
INLINE_REPLY = 19,
REPLY = 19,
}

/**
Expand Down

0 comments on commit fde45f9

Please sign in to comment.