Add moreHelp to setpresence command
This commit is contained in:
parent
9ee969863a
commit
b184d9b6bb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
name: 'setpresence',
|
||||
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,
|
||||
execute({message, client, args}) {
|
||||
let presenceType = args[0].toLocaleUpperCase();
|
||||
|
|
Loading…
Add table
Reference in a new issue