Finalize functionality

This commit is contained in:
2024-10-27 17:30:06 +01:00
parent 664081ba73
commit af7fc09078
2 changed files with 25 additions and 5 deletions

View File

@@ -23,8 +23,10 @@ type (
)
type NoteData struct {
Player string
Date time.Time
Guild string
Note string
Player string
PlayerID int
Date time.Time
Guild string
GuildID int
Note string
}