diff --git a/commands/admin/setPresence.js b/commands/admin/setPresence.js index 4588dd2..bd6fe5f 100644 --- a/commands/admin/setPresence.js +++ b/commands/admin/setPresence.js @@ -10,7 +10,7 @@ module.exports = { ,"Updates once a minute if custom variables are used." ,"" ,"Custom Variables:" - ,"${guilds},${prefix},${uptime}]"], + ,"${guilds},${prefix},${uptime}"], admin: true, execute({message, client, args, globalPrefix}) { const savePresence = require("../../util/savePresence");