Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

# MythicPlusDiscordBot πŸ’Ž

### [ πŸš€ Launch App ](https://tytaniumdev.github.io/MythicPlusDiscordBot/) | [ πŸ“– Documentation ](#documentation-map) | [ 🐞 Report Bug ](https://github.com/tytaniumdev/MythicPlusDiscordBot/issues/new?template=bug_report.md)

<br/>

[![Build Status](https://github.com/tytaniumdev/MythicPlusDiscordBot/actions/workflows/deploy.yml/badge.svg)](https://github.com/tytaniumdev/MythicPlusDiscordBot/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

[ πŸš€ Launch App ](https://tytaniumdev.github.io/MythicPlusDiscordBot/) | [ πŸ“– Documentation ](#documentation-map) | [ 🐞 Report Bug ](https://github.com/tytaniumdev/MythicPlusDiscordBot/issues/new?template=bug_report.md)

</div>

> **The "Front Door" for your guild's Mythic+ groups.**
Expand All @@ -33,14 +31,14 @@ Get up and running in less than 5 minutes.
2. **Install Dependencies**
This project uses `npm` workspaces.
```bash
npm ci
./setup.sh
```

3. **Configure Environment**
Create a `.env` file in the `packages/bot` directory (or the root directory):
Create a `.env` file in the `packages/bot` directory:
```bash
echo "BOT_TOKEN=your_token_here" > .env
echo "DISCORD_APPLICATION_ID=your_app_id" >> .env
echo "BOT_TOKEN=your_token_here" > packages/bot/.env
echo "DISCORD_APPLICATION_ID=your_app_id" >> packages/bot/.env
```

4. **Run the Bot**
Expand Down
Loading