-
Notifications
You must be signed in to change notification settings - Fork 12
Installation and starting up
Make sure you have installed all of the following prerequisites:
There are several ways you can get the Testshoter:
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.
Another way to get the Testshoter is to download a zip copy from the main branch on GitHub
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
.
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
Install required packages using npm in terminal:
npm install
Run your bot using npm in terminal:
npm start