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
Copy file name to clipboardExpand all lines: types/bot.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ type Bot struct {
57
57
NSFWbool`db:"nsfw" json:"nsfw" description:"Whether the bot is NSFW or not"`
58
58
Premiumbool`db:"premium" json:"premium" description:"Whether the bot is a premium bot or not"`
59
59
LastStatsPost pgtype.Timestamptz`db:"last_stats_post" json:"last_stats_post" description:"The list time the bot posted stats to the list. Null if never posted"`
60
+
LastJapiUpdate pgtype.Timestamptz`db:"last_japi_update" json:"last_japi_update" description:"The last time the bot was updated via JAPI"`
60
61
Serversint`db:"servers" json:"servers" description:"The bot's server count"`
0 commit comments