1
0
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:
marzavec 2019-03-01 00:06:15 -08:00
parent a488301655
commit 686f348e87

View File

@ -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 {
/** /**