Deprecation Warning: User Accounts (2.x)
See original GitHub issueThis is an early warning that user tokens will no longer be supported under the primary library distribution starting in Discord.Net 2.0.
As we approach the development cycle for the next major version, 3.0, an alternative for users that wish to continue using user tokens may be provided - but this will not be a first-class feature of Discord.Net moving forward.
Starting in Discord.Net 2.0, user tokens will be marked as deprecated, and we will formally stop providing support for user logins. As a side-effect of this, we would like to warn users against using user tokens, including selfbots.
Discord’s official stance against selfbots is vague, but there are certain methods that we would advise against using from your selfbot, if you must use a selfbot:
As of November 2017, selfbots are not allowed, at all. See Discord Support for the official stance. As such, you should not use selfbots or userbots. The following methods are known to trigger red-flags on your account if you use them from a userbot or selfbot:
IUser.SendMessageAsync
IInvite.AcceptAsync
Using these methods may result in your account being unverified, flagged as spam, or deleted for violating Discord’s Terms of Service.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (7 by maintainers)
Top GitHub Comments
any method to bypass this error ?!
Quick question are there any alternatives? In C#?
We’re only running a few selfbots as dummy accounts to catch spammers (as they would usually PM everyone on channel starting top down) and autoban them, it still works with old Discord.net but I’m kinda worried things will break in near future. Any ideas?
Thanks!