Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

kuskoman/dumbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumbot

Dumbot is a Discord bot built using TypeScript language and Node runtime.

Installation and usage

To use Dumbot you need to have:

After you have these tools enter directory where you downloaded the bot and install dependencies.

npm install

or

yarn

Then you can compile:

npm run build

or

yarn build

and run:

node ./dist/index.js

You can also use ts-node with nodemon to run it in development envirionment:

npm run start

or

yarn start