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 = {
|
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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue