added command argument usage for sendlog (mobile support)
This commit is contained in:
parent
b52b23d495
commit
ba443111c8
17 changed files with 53 additions and 21 deletions
|
@ -60,7 +60,7 @@ module.exports.execute = function (message, client) {
|
|||
"commands.log",
|
||||
message,
|
||||
__filename,
|
||||
`use of command: ${command} by: ${message.author.username} (${message.author})"`,
|
||||
`use of command: ${command} by: ${message.author.username} (\`${message.author}\`)"`,
|
||||
true
|
||||
);
|
||||
commands.get(command).execute(message, args, client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue