Skip to content

Installation and starting up

Filip Hodun edited this page Feb 14, 2021 · 1 revision

Prerequisites

Make sure you have installed all of the following prerequisites:

Downloading Testshoter

There are several ways you can get the Testshoter:

Cloning the GitHub repository

The recommended way to get Testshoter is to use git to directly clone repository:

git clone https://github.com/fhodun/testshoter

This will clone the latest version of the Testshoter repository to a testshoter folder.

Downloading repository from zip file

Another way to get the Testshoter is to download a zip copy from the main branch on GitHub

Creating and adding Discord bot token

Create a new Discord application and in menu select bot in this click button add bot.
Copy Token and open .env.example file and paste the token to <your-token-here> next rename this file to .env.

Inviting Bot

To add bot to server go to and select your application.
In menu select OAuth2 and select bot and in te table below select Send Messages, Menage Messages, Embed links, Attach Files,
then go to generated website link

Installing required packages

Install required packages using npm in terminal:

npm install

Running the bot

Run your bot using npm in terminal:

npm start