diff --git a/src/commands/mod.rs b/src/commands/mod.rs index d680d50..df0d152 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,6 +1,7 @@ pub use moover::*; pub use notice::*; pub use user_interactions::*; +pub use other::*; pub use voice::*; pub mod moover; diff --git a/src/commands/moover/mod.rs b/src/commands/moover/mod.rs index 4b6fd56..51a3f5b 100644 --- a/src/commands/moover/mod.rs +++ b/src/commands/moover/mod.rs @@ -1,7 +1,7 @@ pub use moove::*; pub use say::*; -pub use gif::*; +// pub use gif::*; pub mod moove; pub mod say; -pub mod gif; \ No newline at end of file +// pub mod gif; diff --git a/src/message_handler.rs b/src/message_handler.rs index 767448a..4aa263e 100644 --- a/src/message_handler.rs +++ b/src/message_handler.rs @@ -33,7 +33,7 @@ pub async fn handle(ctx: Context, msg: Message) { // X and IG not embedding correctly (IG fix does not work for now need to find different one) let link_fixes = HashMap::from([ - ("//x.com", "//fxtwitter.com") + ("//x.com", "//fixvx.com") ]); for (site, fix) in link_fixes { diff --git a/src/util/mod.rs b/src/util/mod.rs index f268cfa..c23251b 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -1,4 +1,4 @@ pub mod debug; pub mod utilities; pub mod gifs; -pub mod poise_context_extension; \ No newline at end of file +pub mod poise_context_extension;