Replaced raw date text with Discord formatted dates, added flag info to help, added note to cat
This commit is contained in:
parent
ef0e1bcf95
commit
7f0f2fb789
8 changed files with 233 additions and 205 deletions
|
@ -16,7 +16,8 @@ exports.load = async (command, soundStatus) => {
|
|||
category: commandArray[2],
|
||||
description: props.description,
|
||||
aliases: props.aliases,
|
||||
params: props.arguments
|
||||
params: props.arguments,
|
||||
flags: props.flags
|
||||
});
|
||||
|
||||
if (props.aliases) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue