We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc03cb commit 9ddfc17Copy full SHA for 9ddfc17
src/Math.php
@@ -68,7 +68,7 @@ public function reload($flags)
68
}
69
70
$this->handler = new \Erebot\EventHandler(
71
- \Erebot\CallableWrapper::wrap(array($this, 'handleMath')),
+ array($this, 'handleMath'),
72
new \Erebot\Event\Match\All(
73
new \Erebot\Event\Match\Type(
74
'\\Erebot\\Interfaces\\Event\\Base\\TextMessage'
0 commit comments