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
Let the user customise the activities. For example, at the moment there is a fixed 10 second timeout on speed dating (for testing purposes only), but we should allow the user to set it to whatever value he wants. We could do this in 2 ways:
Either include the configuration in the game command itself: !mitra game speed_dating 20 -> sets the round time to 20
Or make a general-purpose map in the bot config for various properties: !mitra set speed_dating_time 20 -> sets the round time to 20
I think both approaches are good, but if we decide to implement the first one we need to find a smooth way to do it and reuse functionality as much as possible. Second one feels more natural but seems pretty general (the current config could appear when doing !mitra status )
The text was updated successfully, but these errors were encountered:
Let the user customise the activities. For example, at the moment there is a fixed 10 second timeout on speed dating (for testing purposes only), but we should allow the user to set it to whatever value he wants. We could do this in 2 ways:
!mitra game speed_dating 20
-> sets the round time to 20!mitra set speed_dating_time 20
-> sets the round time to 20I think both approaches are good, but if we decide to implement the first one we need to find a smooth way to do it and reuse functionality as much as possible. Second one feels more natural but seems pretty general (the current config could appear when doing
!mitra status
)The text was updated successfully, but these errors were encountered: