mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-25 05:08:15 +00:00
feat: add youtube shorts support
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod instagram;
|
||||
mod youtube;
|
||||
|
||||
use crate::error::Result;
|
||||
use teloxide::{Bot, types::ChatId};
|
||||
@@ -26,3 +27,4 @@ impl Clone for Box<dyn SocialHandler> {
|
||||
}
|
||||
|
||||
pub use instagram::InstagramHandler;
|
||||
pub use youtube::YouTubeShortsHandler;
|
||||
|
||||
Reference in New Issue
Block a user