owobot/plugins/commands/logoff.js
2024-07-28 02:37:31 -04:00

7 lines
103 B
JavaScript

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