Opts should be something like:
const opts = {
identity: {
username: 'mynamehere',
password: 'mytokenehere'
},
channels: [
<CHANNEL_NAME>
]
};
Wrapped in speech marks and no 'oauth:` at the start for TMI.js I believe. (I don’t use the library)