Skip to content
Snippets Groups Projects
Commit 80b8eb30 authored by Levatax's avatar Levatax
Browse files

Update help.js

parent 607e7718
Branches
No related tags found
No related merge requests found
Pipeline #48 canceled
......@@ -7,14 +7,14 @@ exports.run = (client, message , args) => {
const embed = new Discord.RichEmbed()
.setColor(0x00AE86)
.setTitle("User İnformation")
.setTitle("Bot İnformation")
.setTimestamp()
.addField('`*avatar`', 'Profile Photo')
.addField('`*ban @user [reason]`', 'Ban User From Guild')
.addField('`*delete [message count]`', 'Delete Up To 100 Messages')
.addField('`*ping`',' Latency Of Vovex')
.addField('`*info`',' İnformation About Vovex')
.addField('`*whois @user`',' Take İnformation About User');
.addField(settings.prefix + 'avatar', 'Profile Photo')
.addField(settings.prefix + 'ban @user [reason]', 'Ban User From Guild')
.addField(settings.prefix + 'delete [message count]', 'Delete Up To 100 Messages')
.addField(settings.prefix + 'ping',' Latency Of Vovex')
.addField(settings.prefix + 'info',' İnformation About Vovex')
.addField(settings.prefix + 'whois @user`',' Take İnformation About User');
return message.channel.send(embed);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment