1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 06:16:00 +00:00

One letter commands

This commit is contained in:
MatteZ02
2019-08-02 15:14:45 +03:00
parent e6c55a6fd8
commit fd1d99fbfb
5 changed files with 123 additions and 4 deletions

View File

@ -5,14 +5,14 @@ module.exports = {
execute(message, args, client, RichEmbed) {
const embed = new RichEmbed()
.setTitle('Commands for Musix!')
.addField('```-play```', 'Play a song.', true)
.addField('```-queue```', 'Display the queue.', true)
.addField('```-np```', 'Display whats currently playing.', true)
.addField('```-play | -p```', 'Play a song.', true)
.addField('```-queue | -q```', 'Display the queue.', true)
.addField('```-nowplaying | -np```', 'Display whats currently playing.', true)
.addField('```-volume```', 'Change or check the volume.', true)
.addField('```-pause```', 'Pause the music.', true)
.addField('```-resume```', 'Resume the music.', true)
.addField('```-stop```', 'Stop the music, Clear the queue and leave the current voice channel.', true)
.addField('```-skip```', 'Skip a song.', true)
.addField('```-skip | -s```', 'Skip a song.', true)
.addField('```-invite```', 'Invite Musix.', true)
.addField('```-ping```', 'See the current ping for Musix', true)
.addField('```-info```', 'Display info and instructions.', true)