UNPKG

bdjs

Version:

A potent package for creating Discord bots.

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