Skip to content

Commit

Permalink
add GEL command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky committed Sep 27, 2024
1 parent 045de17 commit a5c2945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ enum Command {
USD,
#[command(description = "AMD/EUR")]
EUR,
#[command(description = "AMD/GEL")]
GEL,
#[command(description = "RUB/AMD")]
RUB,
#[command(description = "RUB/USD")]
Expand Down

0 comments on commit a5c2945

Please sign in to comment.