summaryrefslogtreecommitdiff
path: root/discord/user.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-24 22:24:03 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-24 22:24:03 -0500
commit3923acd0dd7adef1710bfa039eb22454d9d551dd (patch)
treec81f9dd18f4bb6b0822b1fee21b34a87a4039eb1 /discord/user.hpp
parentcfa6607fc88b25fa74969e5407d4467ea9900444 (diff)
downloadabaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.tar.gz
abaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.zip
add viewing audit log
Diffstat (limited to 'discord/user.hpp')
-rw-r--r--discord/user.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/user.hpp b/discord/user.hpp
index 4672ea8..b82a07b 100644
--- a/discord/user.hpp
+++ b/discord/user.hpp
@@ -33,4 +33,5 @@ struct UserData {
std::string GetAvatarURL(std::string ext = "png", std::string size = "32") const;
Snowflake GetHoistedRole(Snowflake guild_id, bool with_color = false) const;
std::string GetMention() const;
+ std::string GetEscapedString() const;
};