Skip to content

Instantly share code, notes, and snippets.

@echo off
%~dp0\FXServer +set citizen_dir %~dp0\citizen\ %*
@VHall1
VHall1 / bot.js
Last active April 24, 2020 22:10
fix: ico glitch
const tmi = require('tmi.js')
const opts = {
identity: {
username: '', //bot username
password: '' //oauth
},
channels: [
'zeekdageek' //channel
]