diff --git a/src/telegram/commands/mod.rs b/src/telegram/commands/mod.rs index 8f602c9..0ebb59c 100644 --- a/src/telegram/commands/mod.rs +++ b/src/telegram/commands/mod.rs @@ -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::*; \ No newline at end of file +pub use general::*; +pub use edit::*; \ No newline at end of file