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
Whenever there is a big new feature (as for exmple a telegram bot), it would be nice to have the possibility to announce that.
Store as a new table "announcements" with fields "date" and "text".
The question is: How to enter new announcements since we have no user interface? A simple way would be to just pase an "announcement.txt" file in the data directory. Whenever this file exists, read the content into the database on the next run and crate an announcement out of it.
The text was updated successfully, but these errors were encountered:
Whenever there is a big new feature (as for exmple a telegram bot), it would be nice to have the possibility to announce that.
Store as a new table "announcements" with fields "date" and "text".
The question is: How to enter new announcements since we have no user interface? A simple way would be to just pase an "announcement.txt" file in the data directory. Whenever this file exists, read the content into the database on the next run and crate an announcement out of it.
The text was updated successfully, but these errors were encountered: