We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, after clear instal libs from composer i try load your example... but i got error
PHP Fatal error: Uncaught Error: Call to undefined method Discord\WebSockets\Intents::getDefaultIntents() in /var/www/clients/client1/web1/home/bot/run.php:12
Where can be problem? Ty
The text was updated successfully, but these errors were encountered:
Hi @jackoobcze
The class mentioned in error message, Discord\WebSockets\Intents, is not part of this library.
Discord\WebSockets\Intents
So this error is caused by some other code you are using. Without a complete code example, it's impossible to say what caused it.
Sorry, something went wrong.
No branches or pull requests
Hi, after clear instal libs from composer i try load your example... but i got error
PHP Fatal error: Uncaught Error: Call to undefined method Discord\WebSockets\Intents::getDefaultIntents() in /var/www/clients/client1/web1/home/bot/run.php:12
Where can be problem? Ty
The text was updated successfully, but these errors were encountered: