Replaced raw date text with Discord formatted dates, added flag info to help, added note to cat

This commit is contained in:
Essem 2021-07-23 11:13:43 -05:00
parent ef0e1bcf95
commit 7f0f2fb789
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
8 changed files with 233 additions and 205 deletions

View file

@ -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) {