diff --git a/src/core/identity.rs b/src/core/identity.rs
index f5e710b..b302a7e 100644
--- a/src/core/identity.rs
+++ b/src/core/identity.rs
@@ -67,7 +67,8 @@ pub async fn init(mgr: Arc<ModulesManager>) {
         ],
     };
 
-    tempb.add_to_modmgr(Arc::clone(&mgr)).await;
+    // tempb.add_to_modmgr(Arc::clone(&mgr)).await;
+    tempb.add_core_to_modmgr(Arc::clone(&mgr)).await;
 
     async fn cmd_promote(bot: BotAR, msg: PrivmsgMessage) {
         botlog::trace(
@@ -238,7 +239,9 @@ pub async fn init(mgr: Arc<ModulesManager>) {
         ],
     };
 
-    tempb.add_to_modmgr(Arc::clone(&mgr)).await;
+    // tempb.add_to_modmgr(Arc::clone(&mgr)).await;
+    // add_core_to_modmgr
+    tempb.add_core_to_modmgr(Arc::clone(&mgr)).await;
 
     async fn cmd_demote(bot: BotAR, msg: PrivmsgMessage) {
         botlog::debug(
@@ -428,7 +431,9 @@ pub async fn init(mgr: Arc<ModulesManager>) {
         ],
     };
 
-    tempcomm.add_to_modmgr(Arc::clone(&mgr)).await;
+    // tempcomm.add_to_modmgr(Arc::clone(&mgr)).await;
+    // add_core_to_modmgr
+    tempcomm.add_core_to_modmgr(Arc::clone(&mgr)).await;
 
     async fn getroles(bot: BotAR, msg: PrivmsgMessage) {
         botlog::debug(