Home - JohnnyMorganz/luvit-twitch GitHub Wiki
Welcome to the luvit-twitch wiki!
Starting the client
To initialize the client, call it with your options
local twitch = require('luvit-twitch')
local Client = twitch.client({
-- options go here
})