Help command fixes
This commit is contained in:
parent
208d6704b0
commit
e80dd4a6e9
@ -31,7 +31,7 @@ module.exports = [
|
|||||||
arguments.forEach((argument, index) => {
|
arguments.forEach((argument, index) => {
|
||||||
console.log(typeof argument)
|
console.log(typeof argument)
|
||||||
if (typeof argument == "object" || typeof argument == "function") {
|
if (typeof argument == "object" || typeof argument == "function") {
|
||||||
arguments[index] = argument.prototype.name
|
arguments[index] = argument.name
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user