Tim
Results
2
issues of
Tim
## Failing module - **GitHub**: https://github.com/discordjs/discord.js - **npm** :https://www.npmjs.com/package/discord.js ```ts import { Client, Intents } from "https://esm.sh/discord.js" ``` ## Error message After running `deno run` I got this: ``` error:...
deno
When I run a command, that have Multiline-Output I get an Error: ``` .\main.go:6:21: newline in string .\main.go:6:21: syntax error: unexpected newline, expecting comma or ) ``` Line 6 in...