Skip to content

Commit

Permalink
docs: add instructions to run the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
dankerow committed Aug 22, 2024
1 parent 16d030c commit 572c200
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ Rename the `.env.example` file to `.env` in the root directory and update the va
DISCORD_CLIENT_TOKEN=your_discord_bot_token
```

## Running

```bash
# yarn
yarn start
# npm
npm start
# pnpm
pnpm start
```

## Commands

> The bot works with command modules that can be enabled and disabled. To manage them, consult modules menu via the command `/modules`.
Expand Down

0 comments on commit 572c200

Please sign in to comment.