aboutsummaryrefslogtreecommitdiff
path: root/commands/setkey.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/setkey.js')
-rw-r--r--commands/setkey.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/setkey.js b/commands/setkey.js
index 530bf28..f4dba64 100644
--- a/commands/setkey.js
+++ b/commands/setkey.js
@@ -17,6 +17,6 @@ export function setkey(arg2)
ChatLib.chat(`${PREFIX}&eKey is not valid!`)
})
.catch(err => {
- ChatLib.chat(`${PREFIX}&eKey is not valid!`)
+ ChatLib.chat(`${PREFIX}&eKey is not valid! if this is a mistake report: ${err}`)
})
} \ No newline at end of file