X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FChatCommand.php;fp=app%2FTwitchBot%2FChatCommand.php;h=b00f0cf17d845b858544dde6aac76f9361475d21;hb=0b25d0e8a22a13f09efbeab94d0b353ae603bc16;hp=8e6fbe1e7f1fa9c7b1c09b2e6e1552417c9079df;hpb=93f50820771a0333b169f76f74727239cf0cb286;p=alttp.git diff --git a/app/TwitchBot/ChatCommand.php b/app/TwitchBot/ChatCommand.php index 8e6fbe1..b00f0cf 100644 --- a/app/TwitchBot/ChatCommand.php +++ b/app/TwitchBot/ChatCommand.php @@ -16,6 +16,9 @@ abstract class ChatCommand { case 'guessing-cancel': $cmd = new GuessingCancelCommand(); break; + case 'guessing-leaderboard': + $cmd = new GuessingLeaderboardCommand(); + break; case 'guessing-solve': $cmd = new GuessingSolveCommand(); break;