summaryrefslogtreecommitdiff
path: root/discord/message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/message.hpp')
-rw-r--r--discord/message.hpp2
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;