Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 committed Sep 28, 2023
1 parent 9cf0720 commit 06ea8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ struct DPP_EXPORT typing_start_t : public event_dispatch_t {
* @brief User id of user typing.
* Always set regardless of caching
*/
snowflake user_id = nullptr;
snowflake user_id = {};

/**
* @brief Time of typing event
Expand Down
1 change: 1 addition & 0 deletions src/dpp/dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <dpp/dispatcher.h>
#include <dpp/user.h>
#include <dpp/restresults.h>
#include <dpp/cluster.h>
#include <variant>
#include <utility>

Expand Down

0 comments on commit 06ea8c9

Please sign in to comment.