Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDevansh committed Mar 15, 2022
2 parents 5450445 + c6fa4fa commit e20e64b
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 39 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@

# djs-marshal

![npm](https://img.shields.io/npm/v/djs-marshal?style=for-the-badge)
![downloads](https://img.shields.io/npm/dm/djs-marshal?style=for-the-badge)
![discord](https://img.shields.io/discord/873232757508157470?color=5865F2&label=discord&style=for-the-badge)
[![npm](https://img.shields.io/npm/v/djs-marshal?style=for-the-badge)](https://www.npmjs.com/package/djs-marshal)
[![downloads](https://img.shields.io/npm/dm/djs-marshal?style=for-the-badge)](https://www.npmjs.com/package/djs-marshal)
[![discord](https://img.shields.io/discord/873232757508157470?color=5865F2&label=discord&style=for-the-badge)](https://discord.gg/qJnrRvt7wW)

A lightweight command handler for discord.js interactions

> This package requires discord.js v13 or higher to be installed
[**Technical documentation**](https://deathvenom54.github.io/djs-marshal): Refer this because I am too lazy to write documentation

## Installation

```bash
Expand All @@ -23,6 +21,10 @@ yarn add djs-marshal
npm install discord.js --save
```

## Documentation

You can find the full documentation [here](https://deathvenom54.github.io/djs-marshal)

## Setup

You can set up your bot to handle commands in 2 ways:
Expand Down
12 changes: 8 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@
<a href="#djs-marshal" id="djs-marshal" style="color: inherit; text-decoration: none;">
<h1>djs-marshal</h1>
</a>
<p><img src="https://img.shields.io/npm/v/djs-marshal?style=for-the-badge" alt="npm">
<img src="https://img.shields.io/npm/dm/djs-marshal?style=for-the-badge" alt="downloads">
<img src="https://img.shields.io/discord/873232757508157470?color=5865F2&label=discord&style=for-the-badge" alt="discord"></p>
<p><a href="https://www.npmjs.com/package/djs-marshal"><img src="https://img.shields.io/npm/v/djs-marshal?style=for-the-badge" alt="npm"></a>
<a href="https://www.npmjs.com/package/djs-marshal"><img src="https://img.shields.io/npm/dm/djs-marshal?style=for-the-badge" alt="downloads"></a>
<a href="https://discord.gg/qJnrRvt7wW"><img src="https://img.shields.io/discord/873232757508157470?color=5865F2&label=discord&style=for-the-badge" alt="discord"></a></p>
<p>A lightweight command handler for discord.js interactions</p>
<blockquote>
<p>This package requires discord.js v13 or higher to be installed</p>
</blockquote>
<p><a href="https://deathvenom54.github.io/djs-marshal"><strong>Technical documentation</strong></a>: Refer this because I am too lazy to write documentation</p>

<a href="#installation" id="installation" style="color: inherit; text-decoration: none;">
<h2>Installation</h2>
</a>
<pre><code class="language-bash"><span class="hl-0"># with npm</span><br/><span class="hl-1">npm install djs-marshal --save</span><br/><span class="hl-0"># with yarn</span><br/><span class="hl-1">yarn add djs-marshal</span><br/><br/><span class="hl-0"># this package also requires discord.js</span><br/><span class="hl-1">npm install discord.js --save</span>
</code></pre>

<a href="#documentation" id="documentation" style="color: inherit; text-decoration: none;">
<h2>Documentation</h2>
</a>
<p>You can find the full documentation <a href="https://deathvenom54.github.io/djs-marshal">here</a></p>

<a href="#setup" id="setup" style="color: inherit; text-decoration: none;">
<h2>Setup</h2>
</a>
Expand Down
Loading

0 comments on commit e20e64b

Please sign in to comment.