feat: add stars field to comments

This commit is contained in:
Riccardo Senica
2025-01-19 21:06:15 +00:00
parent 89a20c214b
commit 7c1e3989a5
6 changed files with 10 additions and 4 deletions

View File

@@ -141,6 +141,7 @@ export const diaryCommands: CommandDefinition[] = [
{
name: 'daylog',
flags: [
{ name: 'stars', type: 'number', required: true },
{ name: 'text', type: 'string', required: true },
{ name: 'date', type: 'date', required: false }
]