Improve moreHelp on setpresence command
This commit is contained in:
parent
1b575dde81
commit
376dfb11fc
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,14 @@ const setPresence = require("../../util/setPresence");
|
||||||
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"],
|
moreHelp: ["Presence types you can use:"
|
||||||
|
,"PLAY, LISTEN, WATCH"
|
||||||
|
,"Presence type have to be the first argument"
|
||||||
|
,"Example: `<prefix>setpresence watch ${guilds} servers`",
|
||||||
|
,"Updates once a minute if custom variables are used."
|
||||||
|
,""
|
||||||
|
,"Custom Variables:"
|
||||||
|
,"${guilds},${prefix},${uptime}]"],
|
||||||
admin: true,
|
admin: true,
|
||||||
execute({message, client, args, globalPrefix}) {
|
execute({message, client, args, globalPrefix}) {
|
||||||
const savePresence = require("../../util/savePresence");
|
const savePresence = require("../../util/savePresence");
|
||||||
|
|
Loading…
Add table
Reference in a new issue