Remove misplaced bracket
Some checks failed
njsscan sarif / njsscan code scanning (push) Failing after 1s
discord bot tests / discord bot tests (push) Successful in 10s

This commit is contained in:
SileNce5k 2024-10-24 17:15:30 +02:00
parent fb45f1fc5a
commit c33e6c2676
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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");