You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, we are missing interpolation options for active_coaches, closing_time and possibly more. Also it is currently not possible to set the message with just commands. You have to manually edit the db.
This is where the interpolation options for the queue join messages are currently defined:
Rubot2/src/models/queues.ts
Lines 204 to 241 in b06fd7b
As you can see, we are missing interpolation options for
active_coaches
,closing_time
and possibly more. Also it is currently not possible to set the message with just commands. You have to manually edit the db.Furthermore, we should use QueueModel.interpolateQueueString() here
https://github.com/Rdeisenroth/Rubot2/blob/b06fd7b825cc63053bd5556ee48f7117c7737489/src/events/VoiceStateUpdateEvent.ts#L98-L108C23
Actually the entire file could use some refactoring...
The text was updated successfully, but these errors were encountered: