diff --git a/src/custom/thisguy.rs b/src/custom/thisguy.rs index 8616580..cc53129 100644 --- a/src/custom/thisguy.rs +++ b/src/custom/thisguy.rs @@ -57,6 +57,6 @@ pub async fn init(mgr: &Arc) { Broadcaster ], } - .add_to_modmgr(Arc::clone(&mgr)) + .add_to_modmgr(Arc::clone(mgr)) .await; } \ No newline at end of file