2022-10-19 12:21:58 +02:00
|
|
|
/**
|
|
|
|
* @file Index
|
|
|
|
* @description Creates an instance of Hibiki
|
|
|
|
* @license AGPL-3.0-or-later
|
|
|
|
*/
|
|
|
|
|
|
|
|
import { MangoRecipe } from "./classes/Main";
|
|
|
|
import config from "../config.json";
|
|
|
|
|
2022-10-19 13:07:30 +02:00
|
|
|
new MangoRecipe();
|