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
When executing command lein run discord the following error occurs
lein run discord
Error:
"Syntax error compiling at (/private/var/folders/1f/ysm16fhn63b_wdxkl9_6z_z80000gp/T/form-init9148203851891235014.clj:1:125).",
Message:
"Intents are required as of v8 of the API",
Trace:
:trace [... [hub.discljord.core$start_BANG_ invokeStatic "core.clj" 35] [hub.discljord.core$start_BANG_ invoke "core.clj" 31] [hub.discljord.core$main invokeStatic "core.clj" 58] [hub.discljord.core$main doInvoke "core.clj" 57] ... [hub.core$_main invokeStatic "core.clj" 23] [hub.core$_main doInvoke "core.clj" 21] ...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When executing command
lein run discord
the following error occursError:
Message:
Trace:
The text was updated successfully, but these errors were encountered: