I know the issue but not how to fix it

File name 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/Schemas/Errors.js' differs from already included file name 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/schemas/Errors.js' only in casing.
  The file is in the program because:
    Imported via "./schemas/Errors" from file 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/utils.js'
    Imported via "./schemas/Errors" from file 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/utils.js'
    Imported via "../../Schemas/Errors" from file 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/commands/Developer/errors.js'
    Imported via "../../Schemas/Errors" from file 'c:/Users/cmart/Desktop/Discord Bots/Sapphire/src/commands/Developer/error.js'


Basically I have a util thing which handles command errors, this.container.util.handleError(message, error);, but since i'm on purpose getting a command to error to test the handling it thinks like i'm re defining it or something, don't know how to explain it, idk if this has to do with anything but i'm using the Sapphire Framework
Was this page helpful?