This commit is contained in:
ChomeNS 2022-11-17 20:10:39 +07:00
parent b6ab196a02
commit bc2443b3be

View file

@ -1,6 +1,10 @@
/* eslint-disable max-len */
const sleep = require('sleep-promise');
/**
* crash server
* @param {object} bot bot object
*/
async function crash(bot) {
bot.core.run('data merge storage crash {data:[0]}');