Skip to content

Commit

Permalink
feat(Edit)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitroPodolsky committed Mar 3, 2024
1 parent b8e3962 commit 8b965d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/telegram/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ mod start;
mod help;
mod cancel;
mod general;
mod edit;

pub use add::*;
pub use start::*;
pub use cancel::*;
pub use help::*;
pub use general::*;
pub use general::*;
pub use edit::*;

0 comments on commit 8b965d9

Please sign in to comment.