Skip to content

Commit

Permalink
Update rp_command! parameter names in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Apr 12, 2024
1 parent 7770238 commit b10e8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ impl fmt::Display for FloofEmoji {
/// description: literal,
/// user_description: literal,
/// [ (message: literal, emoji: expr).. ],
/// (bot_message: literal, emoji: expr),
/// (self_message: literal, emoji: expr),
/// (bot_message: literal, bot_emoji: expr),
/// (self_message: literal, self_emoji: expr),
/// );
/// ```
///
Expand Down

0 comments on commit b10e8c2

Please sign in to comment.