UNPKG

djs-systems

Version:

The simplest way to build complex Discord bots.

8 lines (7 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Deprecated = void 0; async function Deprecated(options = {}) { process.emitWarning(options.desc + '\nThank you 🤗', `SimplyDJS | DeprecationWarning`); } exports.Deprecated = Deprecated;