Skip to content
Snippets Groups Projects
Unverified Commit 1a4a2b71 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[commands] Fixed import in MenuCommand.js

parent 63085a7f
Branches
No related merge requests found
......@@ -24,7 +24,7 @@ import Bot from '../Bot.js';
import Command from '../Command.js';
import SoftConfig from '../config/SoftConfig.js';
import Cache from '../utils/Cache.js';
import StringUtils from '../utils/String';
import StringUtils from '../utils/String.js';
class MenuCommand extends Command {
constructor() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment