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 e4438c7 commit b0b4c01Copy full SHA for b0b4c01
src/Api/Bits.php
@@ -15,7 +15,7 @@ trait Bits
15
* @throws EndpointNotSupportedByApiVersionException
16
* @return array|json
17
*/
18
- public function getCheernmotes($channelIdentifier = null)
+ public function getCheermotes($channelIdentifier = null)
19
{
20
if (!$this->apiVersionIsGreaterThanV4()) {
21
throw new EndpointNotSupportedByApiVersionException();
0 commit comments