UNPKG

easy-api.ts

Version:

A powerful library to create your own API with ease.

1 lines 408 B
Object.defineProperty(exports,"__esModule",{value:!0});let APIFunction_1=require("../../classes/structures/APIFunction");class Month extends APIFunction_1.APIFunction{name="$dateMonth";description="Gets the month of the year, using local time.";parameters=[];usage=this.name;returns=APIFunction_1.ParamType.Number;aliases=[];compile=!1;async run(e){return e.date.getMonth().toString()}}exports.default=Month;