UNPKG

hytescript.js

Version:

A package for programming anything you want with ease.

7 lines 173 B
module.exports = { description: 'Kills client and exits current process.', run: async d => { await d.client.destroy(); process.exit(); } };