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
I have a feature request that I think might be useful for us to know how many and what submissions have been made with the bot.
I would like to have a simple SQLite database with the single table submissions that has two attributes: token and created_at. The first attribute token would be a token of a submission that was created and the second attribute would be a date and time of when that submission was created. Both values should be taken from actual submission (to have consistent values).
Let me know what you think.
BR,
Herman
The text was updated successfully, but these errors were encountered:
Hello @hermanzdosilovic ,
Thank you for your feature request. There is already a work in progress on the issue of submissions tracking and saving data in general.
Hi @skilldeliver,
I have a feature request that I think might be useful for us to know how many and what submissions have been made with the bot.
I would like to have a simple SQLite database with the single table
submissions
that has two attributes:token
andcreated_at
. The first attributetoken
would be a token of a submission that was created and the second attribute would be a date and time of when that submission was created. Both values should be taken from actual submission (to have consistent values).Let me know what you think.
BR,
Herman
The text was updated successfully, but these errors were encountered: