owobot/plugins/commands/logoff.js

8 lines
112 B
JavaScript
Raw Normal View History

2024-07-27 02:39:18 -04:00
module.exports={
execute: (c)=>{
c.bot._client.end();
},
consoleIndex: true,
level: 2
}