Prevent logoff from running in minecraft
This commit is contained in:
parent
59ae343117
commit
01cad10e7b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports={
|
||||
execute: (c)=>{
|
||||
if(c.type!=console) return;
|
||||
c.bot._client.end();
|
||||
},
|
||||
desc: "Does nothing", // Command description
|
||||
|
|
Loading…
Reference in a new issue