nit: fix some eventsub mini things (#5895)

This commit is contained in:
pajlada
2025-02-02 17:51:46 +01:00
committed by GitHub
parent 0f8a29fdb9
commit da0a247f16
10 changed files with 7 additions and 113 deletions
@@ -461,8 +461,6 @@ CommandController::CommandController(const Paths &paths)
this->registerCommand("/debug-test", &commands::debugTest);
this->registerCommand("/debug-eventsub", &commands::debugEventSub);
this->registerCommand("/shield", &commands::shieldModeOn);
this->registerCommand("/shieldoff", &commands::shieldModeOff);