mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
jsdocs
This commit is contained in:
parent
b6ab196a02
commit
bc2443b3be
1 changed files with 4 additions and 0 deletions
|
@ -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]}');
|
||||
|
||||
|
|
Loading…
Reference in a new issue