Ezzi Base
Library with structures and functions for creating modern Discord applications.
It all starts with the bootstrap function.
import { bootstrap } from "@ezzi/base";
await bootstrap({ meta: import.meta });
Migrating from Constatic to Ezzi is very simple! Just replace
@constatic/basewith@ezzi/base.
About this project (Fork)
Ezzi is a fork of the original project Constatic developed by @rinckodev.
While keeping the excellent core ideas and structure of the original project, Ezzi was created to introduce customized modifications, adjustments, and improvements tailored specifically for our ecosystem's needs. All credits for the brilliant base architecture go to the original author.
Constatic
It is recommended to use the Constant CLI to generate a project instead of doing it manually.