Twilight

Results 57 comments of Twilight

could you explain a bit more please?

@slimeblob could you provide more info on this? Like the error stacktrace, canvacord version, nodejs version, your os version etc?

@slimeblob could you provide me the error stacktrace as well? Also, could you try reinstalling your node modules?

> Does this fix a real issue? With instance check, it should only verify the instances of `Image`. Basically similar approach to the current one but a bit more strict.

> `isImage` was implemented in the current way to allow for interoperability with multiple versions of image-js. We are not going to do the same with the future TypeScript version...

> @DevAndromeda ? There's no repeat mode checks inside `skipTo` so this is a bit odd behavior. Is it working normally?

You need to invoke `queue.play()` in order to actually start playing

> > You need to invoke `queue.play()` in order to actually start playing > > Forgot to mention, the `queue.play()` method has been called at the end of the script,...

addTrack adds the track to the queue, it does not play the track.