owobot/commands/logoff.js

7 lines
103 B
JavaScript
Executable file

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