help lib reorg

This commit is contained in:
Ean Milligan 2025-07-15 01:25:43 -04:00
parent 5233d029f3
commit d41ce7fc34
13 changed files with 14 additions and 12 deletions

View File

@ -2,9 +2,10 @@ import { ActionRow, botId, CreateMessage, Embed, MessageComponentTypes, SelectOp
import config from '~config'; import config from '~config';
import { RootHelpPages } from 'commands/helpLibrary/_rootHelp.ts';
import { HelpContents, HelpDict, HelpPage } from 'commands/helpLibrary/helpLibrary.d.ts'; import { HelpContents, HelpDict, HelpPage } from 'commands/helpLibrary/helpLibrary.d.ts';
import { RootHelpPages } from 'commands/helpLibrary/rollHelp/_rootHelp.ts';
import { infoColor1 } from 'embeds/colors.ts'; import { infoColor1 } from 'embeds/colors.ts';
import { InteractionValueSeparator } from 'events/interactionCreate.ts'; import { InteractionValueSeparator } from 'events/interactionCreate.ts';

View File

@ -1,17 +1,18 @@
import config from '~config'; import config from '~config';
import { HelpPage } from 'commands/helpLibrary/helpLibrary.d.ts'; import { HelpPage } from 'commands/helpLibrary/helpLibrary.d.ts';
import { DecoratorsHelpPages } from 'commands/helpLibrary/decorators.ts';
import { DiceOptionsHelpPages } from 'commands/helpLibrary/diceOptions.ts'; import { DecoratorsHelpPages } from 'commands/helpLibrary/rollHelp/decorators.ts';
import { DiceTypesHelpPages } from 'commands/helpLibrary/diceTypes.ts'; import { DiceOptionsHelpPages } from 'commands/helpLibrary/rollHelp/diceOptions.ts';
import { DifferencesHelpPages } from 'commands/helpLibrary/differences.ts'; import { DiceTypesHelpPages } from 'commands/helpLibrary/rollHelp/diceTypes.ts';
import { FormattingHelpPages } from 'commands/helpLibrary/formatting.ts'; import { DifferencesHelpPages } from 'commands/helpLibrary/rollHelp/differences.ts';
import { LegalMathComplexFuncsHelpPages } from 'commands/helpLibrary/legalMathComplexFuncs.ts'; import { FormattingHelpPages } from 'commands/helpLibrary/rollHelp/formatting.ts';
import { LegalMathConstsHelpPages } from 'commands/helpLibrary/legalMathConsts.ts'; import { LegalMathComplexFuncsHelpPages } from 'commands/helpLibrary/rollHelp/legalMathComplexFuncs.ts';
import { LegalMathFuncsHelpPages } from 'commands/helpLibrary/legalMathFuncs.ts'; import { LegalMathConstsHelpPages } from 'commands/helpLibrary/rollHelp/legalMathConsts.ts';
import { LegalMathOperators } from 'commands/helpLibrary/legalMathOperators.ts'; import { LegalMathFuncsHelpPages } from 'commands/helpLibrary/rollHelp/legalMathFuncs.ts';
import { LegalMathTrigFuncsHelpPages } from 'commands/helpLibrary/legalMathTrigFuncs.ts'; import { LegalMathOperators } from 'commands/helpLibrary/rollHelp/legalMathOperators.ts';
import { MiscFeaturesHelpPages } from 'commands/helpLibrary/miscFeatures.ts'; import { LegalMathTrigFuncsHelpPages } from 'commands/helpLibrary/rollHelp/legalMathTrigFuncs.ts';
import { MiscFeaturesHelpPages } from 'commands/helpLibrary/rollHelp/miscFeatures.ts';
const name = `${config.name}'s Roll Command Details`; const name = `${config.name}'s Roll Command Details`;
const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis. const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis.