oberknecht-api
Advanced tools
Comparing version 0.0.2-4 to 0.0.2-5
@@ -88,3 +88,3 @@ let i = require("../index"); | ||
emoteOff = (broadcaster_id, customtoken) => { return updateChatSettings(this.symbol, broadcaster_id, { emote_mode: false }, customtoken) }; | ||
emoteOnlyOff = this.emoteonlyOff; | ||
emoteOnlyOff = this.emoteOff; | ||
@@ -91,0 +91,0 @@ r9k = (broadcaster_id, customtoken) => { return updateChatSettings(this.symbol, broadcaster_id, { unique_chat_mode: true }, customtoken) }; |
{ | ||
"name": "oberknecht-api", | ||
"version": "0.0.2-4", | ||
"version": "0.0.2-5", | ||
"description": "A client for easy usage of the Twitch API (Helix)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
74609