# All commands are here

<pre class="language-html" data-title="Oci uses Slash Commands."><code class="lang-html"><strong>What are slash commands?
</strong>Slash Commands are the new, exciting way to build and interact with bots on Discord. 
With Slash Commands, all you have to do is type / and you're ready to use your favorite bot. 
You can easily see all the commands a bot has, and validation and error handling help you get 
the command right the first time.
</code></pre>

{% hint style="success" %}
**/help** Show all of the Commands
{% endhint %}

{% hint style="success" %}
**/ping** Show the Bot's ping
{% endhint %}

{% hint style="info" %}
**/play** Plays Music in your Voice Channel
{% endhint %}

{% hint style="info" %}
**/stop** Stops playing and cleares the Queue
{% endhint %}

{% hint style="info" %}
**/bassboost** Changes the Bassboost Level of the Music
{% endhint %}

{% hint style="info" %}
**/clearqueue** Cleares the Queue
{% endhint %}

{% hint style="info" %}
**/filter** Applys/Removes Filters of the Queue
{% endhint %}

{% hint style="info" %}
**/forward** Forwards for X (secs)
{% endhint %}

{% hint style="info" %}
**/join** Joins a Voice Channel
{% endhint %}

{% hint style="info" %}
**/leave** Leaves a Voice Channel and stops playing
{% endhint %}

{% hint style="info" %}
**/move** Moves a Song in the Queue
{% endhint %}

{% hint style="info" %}
**/nowplaying** Shows information about the current track
{% endhint %}

{% hint style="info" %}
**/pause** Pauses the current Track
{% endhint %}

{% hint style="info" %}
**/playskip** Plays Music in your Voice Channel and skips to it
{% endhint %}

{% hint style="info" %}
**/playtop** Plays Music in your Voice Channel and positions it to the queue top
{% endhint %}

{% hint style="info" %}
**/queue** Show the current Queue/List
{% endhint %}

{% hint style="info" %}
**/queueloop** Toggles the Queue-Loop
{% endhint %}

{% hint style="info" %}
**/remove** Removes a specific Track from the Queue
{% endhint %}

{% hint style="info" %}
**/resume** Resumes the current, paused Track
{% endhint %}

{% hint style="info" %}
**/rewind** Rewinds for X (secs)
{% endhint %}

{% hint style="info" %}
**/seek** Seeks to a specific Position (sec)
{% endhint %}

{% hint style="info" %}
**/shuffle** Shuffles (mixes) the Queue
{% endhint %}

{% hint style="info" %}
**/skipto** Skips to a specific Track in the Queue
{% endhint %}

{% hint style="info" %}
**/speed** Changes the Speed of the Music
{% endhint %}

{% hint style="info" %}
**/skip** Skips the current Track
{% endhint %}
