mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 19:51:36 +02:00
Rollback to Node v16.13.0
This commit is contained in:
parent
57eef9b099
commit
767cbf0e6c
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import Bot from './bot.js';
|
|||
import {sequelize} from './utils/db.js';
|
||||
import Config from './services/config.js';
|
||||
import FileCacheProvider from './services/file-cache.js';
|
||||
import metadata from '../package.json' assert {type: "json"};
|
||||
import metadata from '../package.json';
|
||||
|
||||
const bot = container.get<Bot>(TYPES.Bot);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue