Fügte #bot zu den stati hinzu.

This commit is contained in:
tastytea 2019-02-12 02:16:39 +01:00
parent 2293cf346b
commit a72a090aad
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ using std::chrono::system_clock;
using std::chrono::hours;
using std::uint_fast16_t;
const string version = "2019-02-12_1";
const string version = "2019-02-12_2";
struct Holiday
{
@ -209,7 +209,7 @@ int main()
Mastodon::Easy masto(instance, access_token);
masto.exceptions(true);
Mastodon::Easy::Status status;
status.content(output);
status.content(output + "\n#bot");
masto.send_post(status, ret);
if (ret > 0)
{