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
import * as discord from 'https://esm.sh/[email protected]'; if (import.meta.main) { const dc = new discord.Client(); }
After running deno run I got this:
deno run
error: Import 'https://esm.sh/[email protected]' failed: 500 Internal Server Error at file:///D:/Nupa/Spells/nupa-bot-2/main.ts:1:26
The text was updated successfully, but these errors were encountered:
I tried downgrading to discord.js at 13.15.1, but got this instead:
error: Import 'https://esm.sh/v119/[email protected]/deno/zlib-sync.mjs' failed: 500 Internal Server Error at https://esm.sh/v119/[email protected]/deno/discord.mjs:2:921
Sorry, something went wrong.
currently deno doesn't support native node module from remote
f91ea30
No branches or pull requests
Failing module
Error message
After running
deno run
I got this:Additional info
The text was updated successfully, but these errors were encountered: