Add moreHelp to setpresence command

This commit is contained in:
SileNce5k 2021-06-27 02:13:32 +02:00
parent 9ee969863a
commit b184d9b6bb
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -1,6 +1,7 @@
module.exports = { module.exports = {
name: 'setpresence', name: 'setpresence',
description: 'Set the presence for the bot', description: 'Set the presence for the bot',
moreHelp: ["Presence types you can use:","PLAY, LISTEN, WATCH","Presence type have to be the first argument"],
admin: true, admin: true,
execute({message, client, args}) { execute({message, client, args}) {
let presenceType = args[0].toLocaleUpperCase(); let presenceType = args[0].toLocaleUpperCase();