Skip to content

Commit

Permalink
Merge pull request #30 from HarshPatel5940/dev
Browse files Browse the repository at this point in the history
v1.1.5
  • Loading branch information
HarshPatel5940 authored Aug 24, 2022
2 parents 1d1acd8 + ec70eee commit 296f6b5
Show file tree
Hide file tree
Showing 31 changed files with 823 additions and 502 deletions.
43 changes: 7 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,47 +22,18 @@

This Bot also uses _**wokcommands handler**_ for handling the commands and event listeners of the bot.

---

## Hosting

- Install Node.js from [here.](https://nodejs.org/en/download/)
- Clone This Repository.

```
git clone https://github.com/HarshPatel5940/Discord-Helper-Bot.git
```

- Installing Dependencies, first go to the project folder and run

```
npm install
```

- Save Your Token, ID & Mongo uri in the **[ENV](/.env)** carefully..

```
TOKEN=''
OWNER_ID=''
MONGO_URI=''
```

- Now You Can Run The Bot
## Contributions

```
npm run dev
```
Make sure to open a [Issue in "Feature Request"](https://github.com/HarshPatel5940/Discord-Helper-Bot/issues/new/choose) or [Discussion in "Ideas"](https://github.com/HarshPatel5940/Discord-Helper-Bot/discussions) before creating a pull request.

---

## Contributions
### License

Fork This Repository First. [🍴](https://github.com/HarshPatel5940/Discord-Helper-Bot/fork)
Released under [**Apache License 2.0**](https://github.com/HarshPatel5940/Discord-Helper-Bot/blob/main/LICENSE) by [**@HarshPatel5940**](https://github.com/HarshPatel5940).

Make sure to open a [Issue in "Feature Request"](https://github.com/HarshPatel5940/Discord-Helper-Bot/issues/new/choose) or [Discussion in "Ideas"](https://github.com/HarshPatel5940/Discord-Helper-Bot/discussions) before creating a pull request.
---

## License
### Self Hosting

Released under [**Apache License 2.0**](/LICENSE) by [**@HarshPatel5940**](https://github.com/HarshPatel5940).
Self-hosting your own copy of this bot is not supported nor recommended; the source code is provided here so users and other bot developers can see how the bot functions. No help will be provided for compiling, or building any code in this repository, and any changes must be documented as per the [license](https://github.com/HarshPatel5940/Discord-Helper-Bot/blob/main/LICENSE).
43 changes: 7 additions & 36 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,18 @@

This Bot also uses _**wokcommands handler**_ for handling the commands and event listeners of the bot.

---

## Hosting

- Install Node.js from [here.](https://nodejs.org/en/download/)
- Clone This Repository.

```
git clone https://github.com/HarshPatel5940/Discord-Helper-Bot.git
```

- Installing Dependencies, first go to the project folder and run

```
npm install
```

- Save Your Token, ID & Mongo uri in the **[ENV](/.env)** carefully..

```
TOKEN=''
OWNER_ID=''
MONGO_URI=''
```

- Now You Can Run The Bot
## Contributions

```
npm run dev
```
Make sure to open a [Issue in "Feature Request"](https://github.com/HarshPatel5940/Discord-Helper-Bot/issues/new/choose) or [Discussion in "Ideas"](https://github.com/HarshPatel5940/Discord-Helper-Bot/discussions) before creating a pull request.

---

## Contributions
### License

Fork This Repository First. [🍴](https://github.com/HarshPatel5940/Discord-Helper-Bot/fork)
Released under [**Apache License 2.0**](https://github.com/HarshPatel5940/Discord-Helper-Bot/blob/main/LICENSE) by [**@HarshPatel5940**](https://github.com/HarshPatel5940).

Make sure to open a [Issue in "Feature Request"](https://github.com/HarshPatel5940/Discord-Helper-Bot/issues/new/choose) or [Discussion in "Ideas"](https://github.com/HarshPatel5940/Discord-Helper-Bot/discussions) before creating a pull request.
---

## License
### Self Hosting

Released under [**Apache License 2.0**](/LICENSE) by [**@HarshPatel5940**](https://github.com/HarshPatel5940).
Self-hosting your own copy of this bot is not supported nor recommended; the source code is provided here so users and other bot developers can see how the bot functions. No help will be provided for compiling, or building any code in this repository, and any changes must be documented as per the [license](https://github.com/HarshPatel5940/Discord-Helper-Bot/blob/main/LICENSE).
Loading

0 comments on commit 296f6b5

Please sign in to comment.