1. /
  2. Docs
  3. /
  4. Discord GSM+
  5. /
  6. Installation

Installation

File Upload

The first step is to create the folder where Discord GSM+ will be installed in, then move ourselves into that newly created folder. Below is an example of how to perform this operation.

mkdir -p /discordgsm
cd /discordgsm

Once you have created a new directory for DiscordGSM+ and moved into it you’ll need to download latest release. Navigate to  ‘Account’ > ‘Downloads’ and download the latest version. Upload the downloaded discord_gsm+_x.x.x.zip into /discordgsm and then unzip it using

unzip discord_gsm+_x.x.x.zip

Dependency Installation

Discord GSM+ requires Discord.js and gamedig to to run. Install them with below comand

npm i discord.js gamedig
Was this article helpful to you? Yes No

How can we help?