diff --git a/src/webex.rs b/src/webex.rs index df003f1..002e713 100644 --- a/src/webex.rs +++ b/src/webex.rs @@ -15,7 +15,7 @@ use tokio::time::Duration; #[async_trait] impl Module for Webex { fn name(&self) -> &'static str { - "hello" + "webex" } fn params(&self) -> Vec {