diff --git a/src/commands/helpLibrary/generateHelpMessage.ts b/src/commands/helpLibrary/generateHelpMessage.ts index 847e4be..3ecf2c7 100644 --- a/src/commands/helpLibrary/generateHelpMessage.ts +++ b/src/commands/helpLibrary/generateHelpMessage.ts @@ -4,7 +4,7 @@ import config from '~config'; import { HelpContents, HelpDict, HelpPage } from 'commands/helpLibrary/helpLibrary.d.ts'; -import { RootHelpPages } from 'commands/helpLibrary/rollHelp/_rootHelp.ts'; +import { RootHelpPages } from 'commands/helpLibrary/rollHelp/_rootRollHelp.ts'; import { infoColor1 } from 'embeds/colors.ts'; diff --git a/src/commands/helpLibrary/rollHelp/_rootHelp.ts b/src/commands/helpLibrary/rollHelp/_rootRollHelp.ts similarity index 100% rename from src/commands/helpLibrary/rollHelp/_rootHelp.ts rename to src/commands/helpLibrary/rollHelp/_rootRollHelp.ts