Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwMaxwell authored Apr 21, 2022
1 parent 60d00a6 commit ab8cf3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# MoDiBo
A Discord bot built prodominatly by students, former students, and alumni of Truman State University

## What is Modibo?
Modibo is a Discord bot used to automate server management, boost member activity, and increase member retention.
## What is MoDiBo?
MoDiBo is a Discord bot used to automate server management, boost member activity, and increase member retention.

## Installation
First install [NodeJs](https://www.npmjs.com/)

Then run the following commands in your terminal
```sh
git clone https://github.com/devcodeabode/Modibo.git
cd Modibo
git clone https://github.com/devcodeabode/MoDiBo.git
cd MoDiBo
npm install
```

## NPM Commands
Command | Description
--- | ---
npm run start | Starts Modibo
npm run start | Starts MoDiBo
npm run update | Pulls the latest version of the master branch and installs packages
npm run clean | Deletes any local changes to the code and updates the project
npm run cleanLogs | Deletes all information in local logs

0 comments on commit ab8cf3a

Please sign in to comment.