📝 New command

This commit is contained in:
Zerio
2020-06-27 17:42:35 +02:00
committed by GitHub
parent 2c69738908
commit ae9fdc0e8a

View File

@@ -9,6 +9,7 @@ exports.run = async (client, message, args) => {
.setDescription("Find the list of commands available on this panel.")
.addField("**Music**", "`play`, `pause`, `resume`, `queue`, `clear-queue`, `shuffle`, `np`, `loop`, `volume`, `skip`, `stop`")
.addField("**Filters**", "`bassboost`, `tremolo`, `vibrato`, `treble`, `8D`, `normalizer`, `surrounding`, `nightcore`, `vaporwave`, `superequalizer`, `phaser`, `reverse`, `pulsator`")
.addField("**Informations**", "`ping`")
.setFooter(`To use filters, ${config.prefix}filter (the filter). Example : ${config.prefix}filter 8D.`)
.setColor("ORANGE")