LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷
MIT License
111 stars 33 forks source link

Can't use Twitch Client ID #55

Open xDololow opened 3 years ago

xDololow commented 3 years ago

So basically when I try to add Twitch Client ID it says not valid id. It either twitch being bithx or something updated in api and its not working. Me trying: image

LeaPhant commented 3 years ago

The Twitch API version being used is deprecated so the check broke. For now you can manually enter a client id in config.json and the Twitch commands will work until I get around to updating it.

{
  "credentials": {
    "twitch_client_id": "4828482",
    // ...
  }
}