> For the complete documentation index, see [llms.txt](https://osiris-4.gitbook.io/osiris-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osiris-4.gitbook.io/osiris-documentation/introduction.md).

# Introduction

### Installing Osiris

#### Using Git

Open Command prompt and type the following

```
git clone https://github.com/DisECtRy/osiris
cd .\osiris
```

#### Manually

Click the "Code" button on the github page, and download it as zip. Then extract it wherever

### Running Osiris

Firstly, change directories to the folder. You can do this by running

```
cd FOLDERPATH
```

To run Osiris, you firstly need install the modules

You can do this by running the following while in the path

```
npm i
```

Now, you can insert your email and password in the config.json file. Our selfbot is 100% open source, so feel free to check the source anytime.

You can also set a bunch of things in the config.json file, such as the prefix and the autodelete toggle.

### Using Osiris

To use Osiris, just boot up Revolt and then run Osiris by doing the following:

```
node osiris.js
```

You can just send "\<prefix> help" in a channel/dm to see every existing command.
