1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-07-30 17:36:15 +03:00
parent b31669bd9f
commit 53f9b2bb72

View File

@ -54,7 +54,6 @@ client.on('message', async msg => {
.addField('```-ping```', 'See the current ping for Musix', true)
.addField('```-info```', 'Display info and instructions.', true)
.addField('```-help```', 'Display the help.', true)
.addField('Developement command prefix: >', 'Developement commands are not avaiable to public usage!', true)
.setAuthor('Musix', 'https://cdn.discordapp.com/avatars/572405135658188800/04c6f22b7600ddecfbc245dd3ec10f9f.png?size=2048')
.setColor('#b50002')
msg.channel.send(embed);