diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-13 07:19:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 07:19:37 +0000 |
commit | 337a3d5811b55994ca7db97fea94f6b96dfaf57c (patch) | |
tree | 9ae7c7c0cc4dcab669fad94546dc7b12e0eda681 /src/discord/errors.hpp | |
parent | 9a3f6b472d4995c0d5619edc185836f7abb3bc15 (diff) | |
parent | 5bf5cc75eb8cffb3aed44a6743f1bb87a7b2b00d (diff) | |
download | abaddon-portaudio-337a3d5811b55994ca7db97fea94f6b96dfaf57c.tar.gz abaddon-portaudio-337a3d5811b55994ca7db97fea94f6b96dfaf57c.zip |
Merge pull request #185 from uowuo/remoteauth
Login with QR code/remote auth
Diffstat (limited to 'src/discord/errors.hpp')
-rw-r--r-- | src/discord/errors.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/errors.hpp b/src/discord/errors.hpp index 4579563..8ead4f2 100644 --- a/src/discord/errors.hpp +++ b/src/discord/errors.hpp @@ -11,6 +11,7 @@ enum class DiscordError { RELATIONSHIP_ALREADY_FRIENDS = 80007, NONE = -1, + CAPTCHA_REQUIRED = -2, }; constexpr const char *GetDiscordErrorDisplayString(DiscordError error) { |