discord-bot icon indicating copy to clipboard operation
discord-bot copied to clipboard

Submission tracking

Open hermanzdosilovic opened this issue 4 years ago • 1 comments

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 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

hermanzdosilovic avatar May 13 '20 15:05 hermanzdosilovic

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.

Regards, Vladislav

skilldeliver avatar Nov 15 '20 13:11 skilldeliver