diff --git a/commands/admin/setPresence.js b/commands/admin/setPresence.js index c47b8d9..9683fd7 100644 --- a/commands/admin/setPresence.js +++ b/commands/admin/setPresence.js @@ -47,7 +47,7 @@ module.exports = { let temp = args.join(" "); let presenceText = temp.slice(firstArg, temp.length) savePresence(presenceType, presenceText, client); - sendText = `${sendText} It will update in ${timeUntil(client.lastPresenceUpdate + 60000).totalInSeconds} seconds` + sendText = `${sendText} It will update ` } message.channel.send(sendText);