Add flowchart command

This commit is contained in:
Ean Milligan
2024-09-14 11:44:45 -04:00
parent 05ddddf145
commit 73b958d076
4 changed files with 16 additions and 2 deletions

View File

@@ -32,6 +32,11 @@ export const constantCmds = {
value: 'Sends information about the requested preset list',
inline: true,
},
{
name: `\`${config.prefix}flowchart]\` or \`${config.prefix}f\``,
value: 'Shows a simple flowchart for best actions',
inline: true,
},
],
}],
},
@@ -55,4 +60,5 @@ export const constantCmds = {
description: `Please type something after the command, such as \`${config.prefix}logos wisdom\`.`,
}],
},
flowchart: 'https://ffxiv.eanm.dev/eureka/Simple-Logos-Flowchart.png',
};