https://github.com/MyTheValentinus/twitch-bot/blob/6063287cae29ab3e1f00bc1c220ebe10487b6722/modules/commands/Commands.php#L95
on this line, $this->lastCommands[$cmd] is not returning any result because it needs to be indexed with $command->getCommand() keys, not $cmd.
If you can approve this is a bug, I can send PR.