UNPKG

commandbot

Version:

A framework that helps you create your own Discord bot easier.

6 lines (5 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applicationState = void 0; const StateManager_js_1 = require("./structures/StateManager.js"); exports.applicationState = new StateManager_js_1.StateManager();