You have a typo in oath:
it should be oauth:
const opts = {
options: { debug: true},
identity: {
username: 'krawfbot',
password: 'oauth:mytoken'
},
channels: [ 'krawfbot' ]
};
You have a typo in oath:
it should be oauth:
const opts = {
options: { debug: true},
identity: {
username: 'krawfbot',
password: 'oauth:mytoken'
},
channels: [ 'krawfbot' ]
};