Atleast nodejs version 12.x.x is required get it from here
It is installed by default with nodejs.
Can be installed with npm: npm i -g yarn
(Might require admin authorizations depending on your system configuration)
Can be installed with npm: npm i -g pnpm
(Might require admin authorizations depending on your system configuration)
If you don't have an API Key get it from here
Run: npm ci
(for [email protected] or above for older versions use: npm install --production
) and it will install all the required packages.
Run: yarn install --prod
and it will install all the required packages.
Run: pnpm install --prod
and it will install all the required packages.
Edit: config/config.example.js
here,
prefix: your bot's prefix
token: your bot's token, can be found at discord developers page
ameToken: your Améthyste API Key
Rename: config.example.js to config.js
Run: node app.js