discord.ts | Create your discord bot | Bot library
kandi X-RAY | discord.ts Summary
kandi X-RAY | discord.ts Summary
This module is an extension of discord.js, so the internal behavior (methods, properties, ...) is the same.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of discord.ts
discord.ts Key Features
discord.ts Examples and Code Snippets
Community Discussions
Trending Discussions on discord.ts
QUESTION
I am working on Discord.TS bot but when I launch it with ts-node src/index.ts
, I see the error
ANSWER
Answered 2022-Feb-09 at 10:45This error is because you are targeting a JavaScript version that isn't supported by your installed Node.js version. You can either change the JavaScript version you are targeting, or update your Node.js version.
Option 1: Updating Node.js VersionMake sure you have installed at least Node.js version 16.11.0
(according to node.green this is the first version to fully support instance class fields).
You can check your node version by typing node -v
in your terminal.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install discord.ts
In order to start your application, you must use the discord.ts's Client (not the client that is provided by discord.js!). It works the same as the discord.js's Client (same methods, properties, ...).
classes (required): Indicate the class jacket of your classes containing the @Discord decorator. It accepts a list of classes or of (glob) paths.
silent (false by default): Allows you to disable your event information at startup.
variablesChar (":" by default): Allows you to change the prefix character of a variable.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page