# Running Multiple Bots

The reason why this feature is a different package is because of the limits of heroku apps. this package was designed to get the most out of a completely free discord bot!

Whenever you create a discord bot, it is added to a file inside the node\_modules folder. when you run the command `dsr` it will run all of the discord bots in that file.

So, whenever you want to run multiple discord bots, make sure to run

```
$ ds createbot name
```

then when you want to run all of your bots, run

```
$ dsr
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ephf.gitbook.io/discord-short/running-multiple-bots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
