diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-20 01:12:54 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-20 01:12:54 -0400 |
commit | 4b7cdbd129cedd4029c2b99c85146ad5e07e9732 (patch) | |
tree | 955341fa06c7d54b1449a491c5291ddd3e9830c2 /discord/message.hpp | |
parent | 83b480742b46f120b73042791e2f91c70ce3fe84 (diff) | |
download | abaddon-portaudio-4b7cdbd129cedd4029c2b99c85146ad5e07e9732.tar.gz abaddon-portaudio-4b7cdbd129cedd4029c2b99c85146ad5e07e9732.zip |
improve MESSAGE_UPDATE handling (hopefully)
Diffstat (limited to 'discord/message.hpp')
-rw-r--r-- | discord/message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.hpp b/discord/message.hpp index 2c8fc3d..ab55516 100644 --- a/discord/message.hpp +++ b/discord/message.hpp @@ -150,7 +150,7 @@ struct Message { // custom fields to track changes void SetDeleted(); - void SetEdited(std::string new_content); + void SetEdited(); bool IsDeleted() const; bool IsEdited() const; |