# Soundboard System

### What is the Soundboard system for?

The Soundboard allows for the storage and eventual playing of different sounds, allowing for the endless trolling of your server members.

### How can I create a sound?

To create a sound, run the soundboard command with your first argument as "create":

{% hint style="success" %}
`soundboard create`
{% endhint %}

Next, pick a name for your sound and find the link that directs towards that sound. It can be any link that is supported by the bot's regular music player. We recommend using an audio file link!

{% hint style="success" %}
`soundboard create [name] [link]`
{% endhint %}

StormBeatz will verify the sound before storing it. If you get an error returned, simply try to find another link, as that means our internal system does not recognize the link.

### How do I play a sound?

Once you have stored a sound, use `soundboard list` to list your sounds. From here, you can queue sounds using one of two ways: either by running this command:

{% hint style="success" %}
`soundboard play [name]`
{% endhint %}

Or another way is to use our brand-new buttons system to load a track. To utilize this, simply hop in a voice channel and click the button that corresponds with the sound name you selected.&#x20;

{% hint style="info" %}
While attempting to queue a track using buttons, the embed message with the buttons may disappear after 30 seconds. Try again if this happens!
{% endhint %}

### How do I delete a sound?

To delete a sound, run the command `soundboard delete [name]`.
