added "is discord working" bool back

This commit is contained in:
2023-05-02 12:53:45 +02:00
parent e29a05d62c
commit ec4925ab56
9 changed files with 14 additions and 57 deletions

View File

@@ -63,6 +63,7 @@ public:
int64_t get_end_timestamp() const;
void set_end_timestamp(const int64_t &value);
bool get_is_discord_working() const;
int get_result_int() const;
};