UNPKG

bdjs

Version:

A potent package for creating Discord bots.

10 lines (9 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Function_1 = require("../structures/Function"); exports.default = new Function_1.BaseFunction({ description: 'Exits the process.', code: async function (d) { process.exit(); } });