owobot/plugins/commands/logoff.js
2024-07-27 02:39:18 -04:00

7 lines
112 B
JavaScript

module.exports={
execute: (c)=>{
c.bot._client.end();
},
consoleIndex: true,
level: 2
}