mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Minor bug fix due to lib change
This commit is contained in:
parent
a488301655
commit
686f348e87
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const chalk = require('chalk');
|
const chalk = require('chalk');
|
||||||
const didYouMean = require('didyoumean2');
|
const didYouMean = require('didyoumean2').default;
|
||||||
|
|
||||||
class CommandManager {
|
class CommandManager {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user