Remove misplaced bracket
This commit is contained in:
parent
fb45f1fc5a
commit
c33e6c2676
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
,"Updates once a minute if custom variables are used."
|
,"Updates once a minute if custom variables are used."
|
||||||
,""
|
,""
|
||||||
,"Custom Variables:"
|
,"Custom Variables:"
|
||||||
,"${guilds},${prefix},${uptime}]"],
|
,"${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