-
Clone the project
git clone https://github.com/tobiasMarion/muninnBot
-
Go to the project directory
cd muninnBot
-
Install dependencies
npm install
-
Set up environment variables to your .env file
TOKEN
: A discord bot token. To get this token you'll have to create an application on Discord Developers Panel.CLIENT_ID
: Also can be gotten on Discord Developers Panel after you create an application.DB_URI
: The URI to connect to your MongoDB Database.
-
Start the server
npm run start