owobot/commands/logoff.js
2024-08-03 03:00:04 -04:00

7 lines
103 B
JavaScript

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