Harvey is a community managment Discord bot for the Old Dominion University Computer Science community.
The default branch which this repository operates (dev
) is not stable. If you are looking for the current stable build of Harvey please switch to the master
branch or use the provided Harvey docker image hosted in our repository.
This server is where all the testing of Harvey's new features is done.
To get started with Harvey you first must decide how you intend on hosting him.
- NodeJS 18+
- NPM
Note: You will need to install Docker or (if you are on Windows/Mac) Docker Desktop to use this method.
Open your command line and run these commands to get started:
docker pull ...
docker run ...
- Clone the repository to your computer.
git clone https://github.com/joeldesante/Harvey.git
- Access the directory and install the dependancies.
cd ./Harvey && npm install
- Create the configuration file and update it so it is valid.
cat ./.env.example > .env
After running the above command, you must open the .env file in a text editor and put your Discord bots token in the DISCORD_TOKEN
field.
- (Optional) Setup the database.
More details about that to come...
- Install npm modules
npm install
- Start the bot.
npm start
Joel DeSante https://desante.dev
William Faircloth https://willuhmjs.com/
Scott Abbey https://github.com/malakhite • https://scottabbey.com/
Tristan F. https://github.com/LeoDog896