feat(miiverse-mod-apps): add miiverse moderator applications

This commit is contained in:
DJMrTV 2025-02-15 02:18:44 +01:00
commit d92125e39f
3 changed files with 31 additions and 9 deletions

View file

@ -30,7 +30,7 @@ async fn main() {
.event_handler(cheeseburger::CheeseburgerHandler)
.event_handler(too_fat::TooFatHandler)
.event_handler(emergency_report::EmergencyReportHandler::default())
//.event_handler(miiverse_mod_application::MiiverseModApplicationHandler::default())
.event_handler(miiverse_mod_application::MiiverseModApplicationHandler::default())
.await.expect("unable to create client");
client.start().await.expect("error running bot");