From 28a23889ce7da3a4177820eb619ccefea5ee3557 Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Mon, 18 Apr 2022 21:18:17 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b97e9..e5704ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# discordjs-bot-bootstrap -A bootstrap for DiscordJS bots +# Spike 3 +A Discord bot built prodominatly by students, former students, and alumni of Truman State University + +## What is Spike? +Spike is a Discord bot used to automate server management, boost member activity, and increase member retention. + +## Installation +First install [NodeJs](https://www.npmjs.com/package/discord.js/v/12.5.3) + +Then run the following commands in your terminal +```sh +git clone https://github.com/devcodeabode/Spike-3.git +cd Spike-3 +npm install +``` + +## NPM Commands +Command | Description +--- | --- +npm run start | Starts Spike +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 From 60d00a60b831215e9bdaf7840e63c6bddc019e4c Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Wed, 20 Apr 2022 22:37:16 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e5704ba..e279156 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# Spike 3 +# MoDiBo A Discord bot built prodominatly by students, former students, and alumni of Truman State University -## What is Spike? -Spike 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/package/discord.js/v/12.5.3) +First install [NodeJs](https://www.npmjs.com/) Then run the following commands in your terminal ```sh -git clone https://github.com/devcodeabode/Spike-3.git -cd Spike-3 +git clone https://github.com/devcodeabode/Modibo.git +cd Modibo npm install ``` ## NPM Commands Command | Description --- | --- -npm run start | Starts Spike +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 From ab8cf3a9ae39cfa31cba15076a8cfca7c1c81925 Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:18:37 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e279156..a71adad 100644 --- a/README.md +++ b/README.md @@ -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