SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
688 stars 144 forks source link

Expose elapsed variable in VoiceConnection:_play() #376

Open lil-evil opened 1 year ago

lil-evil commented 1 year ago

Making possible the access of this variable would be great for music bot since it contain the play time of the current track.

elapsed is declared line 215 of file libs/voice/VoiceConnection.lua.

SinisterRectus commented 1 year ago

Good idea.