Custom this BotCommand #48

Merged
modulatingforce merged 12 commits from say-this-guy into master 2024-04-09 15:49:58 -04:00
Showing only changes of commit e41f7b0524 - Show all commits

View file

@ -57,6 +57,6 @@ pub async fn init(mgr: &Arc<ModulesManager>) {
Broadcaster
],
}
.add_to_modmgr(Arc::clone(&mgr))
.add_to_modmgr(Arc::clone(mgr))
.await;
}